sunxi: Use Kconfig CONFIG_MMC

Not all sunxi boards have an MMC embedded. Switching to the Kconfig option
will allow to enable or disable the support in each boards' defconfig.

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>
This commit is contained in:
Maxime Ripard
2015-10-15 22:04:07 +02:00
committed by Hans de Goede
parent f7d6b3cc16
commit 44c798799f
3 changed files with 10 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ menu "MMC Host controller Support"
config MMC
bool "Enable MMC support"
depends on UNUSED
depends on ARCH_SUNXI
help
TODO: Move all architectures to use this option