mmc: Add generic Kconfig option
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 15 Oct 2015 20:04:05 +0000 (22:04 +0200)
committerHans de Goede <hdegoede@redhat.com>
Tue, 20 Oct 2015 20:48:28 +0000 (22:48 +0200)
Add a generic Kconfig option for the CONFIG_MMC option that was used before
in the configuration headers.

Since all the architectures need to be converted to that first, depend on
an non-existent config option that will be extended with architectures that
use that option.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/mmc/Kconfig

index 6277f92..d3d7d91 100644 (file)
@@ -1,5 +1,11 @@
 menu "MMC Host controller Support"
 
+config MMC
+       bool "Enable MMC support"
+       depends on UNUSED
+       help
+         TODO: Move all architectures to use this option
+
 config DM_MMC
        bool "Enable MMC controllers using Driver Model"
        depends on DM