From: Tzung-Bi Shih Date: Mon, 14 Apr 2025 13:24:26 +0000 (+0800) Subject: platform/chrome: cros_kbd_led_backlight: Remove CROS_EC dependency X-Git-Tag: v6.16-rc1~172^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9aea0edcc3e92f5c40184b96d004b4af5a8d264f;p=thirdparty%2Flinux.git platform/chrome: cros_kbd_led_backlight: Remove CROS_EC dependency After applying 3a1d61dc3202 ("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: 3a1d61dc3202 ("platform/chrome: cros_kbd_led_backlight: Remove OF match") Tested-by: Randy Dunlap Link: https://lore.kernel.org/r/20250414132427.204078-2-tzungbi@kernel.org Signed-off-by: Tzung-Bi Shih --- diff --git a/drivers/platform/chrome/Kconfig b/drivers/platform/chrome/Kconfig index f523ae3d3be04..1614b9d3c5c27 100644 --- a/drivers/platform/chrome/Kconfig +++ b/drivers/platform/chrome/Kconfig @@ -161,7 +161,7 @@ config CROS_EC_PROTO config CROS_KBD_LED_BACKLIGHT tristate "Backlight LED support for Chrome OS keyboards" - depends on LEDS_CLASS && (ACPI || CROS_EC || MFD_CROS_EC_DEV) + depends on LEDS_CLASS && (ACPI || MFD_CROS_EC_DEV) help This option enables support for the keyboard backlight LEDs on select Chrome OS systems.