]> 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 7ba85a2b62c45b5f968dbddc1994d7f174163e9a..b52100c2c51c21c19087b085257fda95752ef9e3 100644 (file)
@@ -1,9 +1,29 @@
 menu "MMC Host controller Support"
 
+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"
+       select GENERIC_MMC
+
+config FSL_USDHC
+       bool "Support USDHC"
+       depends on MX6Q
+       depends on FSL_ESDHC
+
+config SUPPORT_EMMC_BOOT
+       bool "Support boot from eMMC"
+       depends on MMC
+
 endmenu