From: Thomas Weißschuh Date: Sun, 31 May 2026 13:20:15 +0000 (+0200) Subject: platform/chrome: Remove superfluous dependencies from CROS_EC X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=6b81cbaf36f4a4735c1bf2bb609c8e53e2d5706a;p=thirdparty%2Flinux.git platform/chrome: Remove superfluous dependencies from CROS_EC CROS_EC depends on CHROME_PLATFORMS which already declares these dependencies. Remove the duplication. Signed-off-by: Thomas Weißschuh Link: https://lore.kernel.org/r/20260531-cros-big-endian-v1-1-0cc90f39c636@weissschuh.net Signed-off-by: Tzung-Bi Shih --- diff --git a/drivers/platform/chrome/Kconfig b/drivers/platform/chrome/Kconfig index 2281d6dacc9bc..78acc052377b6 100644 --- a/drivers/platform/chrome/Kconfig +++ b/drivers/platform/chrome/Kconfig @@ -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.