platform/chrome: Kconfig: Remove CONFIG_ prefix from MFD_CROS_EC section
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>
Thu, 5 Mar 2020 10:28:38 +0000 (11:28 +0100)
committerEnric Balletbo i Serra <enric.balletbo@collabora.com>
Fri, 6 Mar 2020 16:55:20 +0000 (17:55 +0100)
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 <rdunlap@infradead.org>
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
drivers/platform/chrome/Kconfig

index 15fc8b8..5ae6c49 100644 (file)
@@ -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