Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-10
-10
drivers/platform/chrome/Kconfig
··· 3 3 # Platform support for Chrome OS hardware (Chromebooks and Chromeboxes) 4 4 # 5 5 6 - config MFD_CROS_EC 7 - tristate "Platform support for Chrome hardware (transitional)" 8 - select CHROME_PLATFORMS 9 - select CROS_EC 10 - select MFD_CROS_EC_DEV 11 - depends on X86 || ARM || ARM64 || COMPILE_TEST 12 - help 13 - This is a transitional Kconfig option and will be removed after 14 - everyone enables the parts individually. 15 - 16 6 menuconfig CHROME_PLATFORMS 17 7 bool "Platform support for Chrome hardware" 18 8 depends on X86 || ARM || ARM64 || COMPILE_TEST