]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/mmc/Kconfig
karo: merge with Ka-Ro specific tree for secure boot support
[karo-tx-uboot.git] / drivers / mmc / Kconfig
1 menuconfig MMC
2         bool "MMC/SD device support"
3         select CMD_MMC
4
5 if MMC
6
7 config GENERIC_MMC
8         bool
9
10 config FSL_ESDHC
11         bool "Freescale ESDHC controller"
12         select GENERIC_MMC
13
14 config FSL_USDHC
15         bool "Support USDHC"
16         depends on MX6Q
17         depends on FSL_ESDHC
18
19 config SUPPORT_EMMC_BOOT
20         bool "Support boot from eMMC"
21         depends on MMC
22
23 endif