]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mmc/Kconfig
karo: merge with Ka-Ro specific tree for secure boot support
[karo-tx-uboot.git] / drivers / mmc / Kconfig
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..699f861843b540c960435e571885624c6d2ecf34 100644 (file)
@@ -0,0 +1,23 @@
+menuconfig MMC
+       bool "MMC/SD device support"
+       select CMD_MMC
+
+if MMC
+
+config GENERIC_MMC
+       bool
+
+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
+
+endif