]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/mmc/Kconfig
mmc: complete unfinished move of CONFIG_MMC
[people/ms/u-boot.git] / drivers / mmc / Kconfig
index 998391328970bf82352273b5b8076bdd89e20791..e9a1d18cd1a1b79de35c2aa926f498346006edcc 100644 (file)
@@ -1,10 +1,14 @@
 menu "MMC Host controller Support"
 
 config MMC
-       bool "Enable MMC support"
-       depends on ARCH_SUNXI || SANDBOX
+       bool "MMC/SD/SDIO card support"
+       default ARM || PPC || SANDBOX
        help
-         TODO: Move all architectures to use this option
+         This selects MultiMediaCard, Secure Digital and Secure
+         Digital I/O support.
+
+         If you want MMC/SD/SDIO support, you should say Y here and
+         also to your specific host controller driver.
 
 config DM_MMC
        bool "Enable MMC controllers using Driver Model"