Skip to content

Commit 5e72f1f

Browse files
jdelvarelag-linaro
authored andcommitted
leds: rgb: Drop obsolete dependency on COMPILE_TEST
Since commit 0166dc1 ("of: make CONFIG_OF user selectable"), it is possible to test-build any driver which depends on OF on any architecture by explicitly selecting OF. Therefore depending on COMPILE_TEST as an alternative is no longer needed. Signed-off-by: Jean Delvare <jdelvare@suse.de> Link: https://lore.kernel.org/r/20231202214353.7c02f23c@endymion.delvare Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 40cfa41 commit 5e72f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/leds/rgb/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if LEDS_CLASS_MULTICOLOR
44

55
config LEDS_GROUP_MULTICOLOR
66
tristate "LEDs group multi-color support"
7-
depends on OF || COMPILE_TEST
7+
depends on OF
88
help
99
This option enables support for monochrome LEDs that are grouped
1010
into multicolor LEDs which is useful in the case where LEDs of

0 commit comments

Comments
 (0)