]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mmc/Kconfig
update to 2015.04-rc1
[karo-tx-uboot.git] / drivers / mmc / Kconfig
index 699f861843b540c960435e571885624c6d2ecf34..b52100c2c51c21c19087b085257fda95752ef9e3 100644 (file)
@@ -1,11 +1,17 @@
-menuconfig MMC
-       bool "MMC/SD device support"
-       select CMD_MMC
+menu "MMC Host controller Support"
 
-if MMC
+config MMC
+       bool
 
 config GENERIC_MMC
        bool
+       select MMC
+
+config SH_SDHI
+       bool "SuperH/Renesas ARM SoCs on-chip SDHI host controller support"
+       depends on RMOBILE
+       help
+         Support for the on-chip SDHI host controller on SuperH/Renesas ARM SoCs platform
 
 config FSL_ESDHC
        bool "Freescale ESDHC controller"
@@ -20,4 +26,4 @@ config SUPPORT_EMMC_BOOT
        bool "Support boot from eMMC"
        depends on MMC
 
-endif
+endmenu