]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
platform/chrome: Remove superfluous dependencies from CROS_EC
authorThomas Weißschuh <linux@weissschuh.net>
Sun, 31 May 2026 13:20:15 +0000 (15:20 +0200)
committerTzung-Bi Shih <tzungbi@kernel.org>
Tue, 2 Jun 2026 03:14:10 +0000 (03:14 +0000)
CROS_EC depends on CHROME_PLATFORMS which already declares these
dependencies.

Remove the duplication.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/r/20260531-cros-big-endian-v1-1-0cc90f39c636@weissschuh.net
Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
drivers/platform/chrome/Kconfig

index 2281d6dacc9bc5c0d719a2c42a0148968f11a121..78acc052377b6e235370e4c8e851300ca008bd93 100644 (file)
@@ -75,7 +75,6 @@ config CHROMEOS_OF_HW_PROBER
 config CROS_EC
        tristate "ChromeOS Embedded Controller"
        select CROS_EC_PROTO
-       depends on X86 || ARM || ARM64 || COMPILE_TEST
        help
          If you say Y here you get support for the ChromeOS Embedded
          Controller (EC) providing keyboard, battery and power services.