From: Enric Balletbo i Serra Date: Thu, 5 Mar 2020 10:28:38 +0000 (+0100) Subject: platform/chrome: Kconfig: Remove CONFIG_ prefix from MFD_CROS_EC section X-Git-Tag: v5.10.7~2678^2~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e11f4c0c5ccaac5e8ee1b2e46b3c2cbc47d199e;p=platform%2Fkernel%2Flinux-rpi.git platform/chrome: Kconfig: Remove CONFIG_ prefix from MFD_CROS_EC section Remove the CONFIG_ prefix from the select statement for MFD_CROS_EC. Fixes: 2fa2b980e3fe1 ("mfd / platform: cros_ec: Rename config to a better name") Reported-by: Randy Dunlap Signed-off-by: Enric Balletbo i Serra Acked-by: Andy Shevchenko Acked-by: Randy Dunlap --- diff --git a/drivers/platform/chrome/Kconfig b/drivers/platform/chrome/Kconfig index 15fc8b8..5ae6c49 100644 --- a/drivers/platform/chrome/Kconfig +++ b/drivers/platform/chrome/Kconfig @@ -7,7 +7,7 @@ config MFD_CROS_EC tristate "Platform support for Chrome hardware (transitional)" select CHROME_PLATFORMS select CROS_EC - select CONFIG_MFD_CROS_EC_DEV + select MFD_CROS_EC_DEV depends on X86 || ARM || ARM64 || COMPILE_TEST help This is a transitional Kconfig option and will be removed after