blob: 6277f92ef5b7cd911ba0cc82e575da41353be271 [file] [log] [blame]
Nobuhiro Iwamatsu72d42ba2014-12-17 08:03:00 +09001menu "MMC Host controller Support"
2
Simon Glasse7ecf7c2015-06-23 15:38:48 -06003config DM_MMC
4 bool "Enable MMC controllers using Driver Model"
5 depends on DM
6 help
7 This enables the MultiMediaCard (MMC) uclass which suports MMC and
8 Secure Digital I/O (SDIO) cards. Both removable (SD, micro-SD, etc.)
9 and non-removable (e.g. eMMC chip) devices are supported. These
10 appear as block devices in U-Boot and can support filesystems such
11 as EXT4 and FAT.
12
Simon Glassa8cb4fb2015-08-30 16:55:37 -060013config ROCKCHIP_DWMMC
14 bool "Rockchip SD/MMC controller support"
15 depends on DM_MMC && OF_CONTROL
16 help
17 This enables support for the Rockchip SD/MMM controller, which is
18 based on Designware IP. The device is compatible with at least
19 SD 3.0, SDIO 3.0 and MMC 4.5 and supports common eMMC chips as well
20 as removeable SD and micro-SD cards.
21
Nobuhiro Iwamatsu72d42ba2014-12-17 08:03:00 +090022config SH_SDHI
23 bool "SuperH/Renesas ARM SoCs on-chip SDHI host controller support"
24 depends on RMOBILE
25 help
26 Support for the on-chip SDHI host controller on SuperH/Renesas ARM SoCs platform
27
28endmenu