Skip to content

Commit 9aea0ed

Browse files
author
Tzung-Bi Shih
committed
platform/chrome: cros_kbd_led_backlight: Remove CROS_EC dependency
After applying 3a1d61d ("platform/chrome: cros_kbd_led_backlight: Remove OF match"), cros_kbd_led_backlight no longer depends on CROS_EC directly. Remove the redundant dependency. Fixes: 3a1d61d ("platform/chrome: cros_kbd_led_backlight: Remove OF match") Tested-by: Randy Dunlap <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Tzung-Bi Shih <[email protected]>
1 parent ccf395b commit 9aea0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/platform/chrome/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ config CROS_EC_PROTO
161161

162162
config CROS_KBD_LED_BACKLIGHT
163163
tristate "Backlight LED support for Chrome OS keyboards"
164-
depends on LEDS_CLASS && (ACPI || CROS_EC || MFD_CROS_EC_DEV)
164+
depends on LEDS_CLASS && (ACPI || MFD_CROS_EC_DEV)
165165
help
166166
This option enables support for the keyboard backlight LEDs on
167167
select Chrome OS systems.

0 commit comments

Comments
 (0)