]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/mmc/Kconfig
update to 2015.04-rc1
[karo-tx-uboot.git] / drivers / mmc / Kconfig
1 menu "MMC Host controller Support"
2
3 config MMC
4         bool
5
6 config GENERIC_MMC
7         bool
8         select MMC
9
10 config SH_SDHI
11         bool "SuperH/Renesas ARM SoCs on-chip SDHI host controller support"
12         depends on RMOBILE
13         help
14           Support for the on-chip SDHI host controller on SuperH/Renesas ARM SoCs platform
15
16 config FSL_ESDHC
17         bool "Freescale ESDHC controller"
18         select GENERIC_MMC
19
20 config FSL_USDHC
21         bool "Support USDHC"
22         depends on MX6Q
23         depends on FSL_ESDHC
24
25 config SUPPORT_EMMC_BOOT
26         bool "Support boot from eMMC"
27         depends on MMC
28
29 endmenu