aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>2020-09-03 16:17:46 +0200
committerEnric Balletbo i Serra <enric.balletbo@collabora.com>2020-09-04 09:30:04 +0200
commitdd92f7dfe1ba3bad556c8a529edacce7c6fd0195 (patch)
treea94d81050cb94a50ac612a5e5d5100c817be5ac1
parentplatform/chrome: cros_ec_lightbar: Reduce ligthbar get version command (diff)
downloadlinux-dev-dd92f7dfe1ba3bad556c8a529edacce7c6fd0195.tar.xz
linux-dev-dd92f7dfe1ba3bad556c8a529edacce7c6fd0195.zip
platform/chrome: Kconfig: Remove the transitional MFD_CROS_EC config
The MFD_CROS_EC config was a transitional Kconfig option to not break current defconfigs in the kernel. Now, this is not required anymore because all the defconfigs have been removed this option and migrated to enable the CrOS EC parts individually. Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> Reviewed-by: Guenter Roeck <groeck@chromium.org> Tested-by: Gwendal Grignou <gwendal@chromium.org>
-rw-r--r--drivers/platform/chrome/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/platform/chrome/Kconfig b/drivers/platform/chrome/Kconfig
index a056031dee81..ccc23d8686e8 100644
--- a/drivers/platform/chrome/Kconfig
+++ b/drivers/platform/chrome/Kconfig
@@ -3,16 +3,6 @@
# Platform support for Chrome OS hardware (Chromebooks and Chromeboxes)
#
-config MFD_CROS_EC
- tristate "Platform support for Chrome hardware (transitional)"
- select CHROME_PLATFORMS
- select CROS_EC
- select MFD_CROS_EC_DEV
- depends on X86 || ARM || ARM64 || COMPILE_TEST
- help
- This is a transitional Kconfig option and will be removed after
- everyone enables the parts individually.
-
menuconfig CHROME_PLATFORMS
bool "Platform support for Chrome hardware"
depends on X86 || ARM || ARM64 || COMPILE_TEST