172d42badSNobuhiro Iwamatsumenu "MMC Host controller Support" 272d42badSNobuhiro Iwamatsu 3e7ecf7cbSSimon Glassconfig DM_MMC 4e7ecf7cbSSimon Glass bool "Enable MMC controllers using Driver Model" 5e7ecf7cbSSimon Glass depends on DM 6e7ecf7cbSSimon Glass help 7e7ecf7cbSSimon Glass This enables the MultiMediaCard (MMC) uclass which suports MMC and 8e7ecf7cbSSimon Glass Secure Digital I/O (SDIO) cards. Both removable (SD, micro-SD, etc.) 9e7ecf7cbSSimon Glass and non-removable (e.g. eMMC chip) devices are supported. These 10e7ecf7cbSSimon Glass appear as block devices in U-Boot and can support filesystems such 11e7ecf7cbSSimon Glass as EXT4 and FAT. 12e7ecf7cbSSimon Glass 13*a8cb4fb5SSimon Glassconfig ROCKCHIP_DWMMC 14*a8cb4fb5SSimon Glass bool "Rockchip SD/MMC controller support" 15*a8cb4fb5SSimon Glass depends on DM_MMC && OF_CONTROL 16*a8cb4fb5SSimon Glass help 17*a8cb4fb5SSimon Glass This enables support for the Rockchip SD/MMM controller, which is 18*a8cb4fb5SSimon Glass based on Designware IP. The device is compatible with at least 19*a8cb4fb5SSimon Glass SD 3.0, SDIO 3.0 and MMC 4.5 and supports common eMMC chips as well 20*a8cb4fb5SSimon Glass as removeable SD and micro-SD cards. 21*a8cb4fb5SSimon Glass 2272d42badSNobuhiro Iwamatsuconfig SH_SDHI 2372d42badSNobuhiro Iwamatsu bool "SuperH/Renesas ARM SoCs on-chip SDHI host controller support" 2472d42badSNobuhiro Iwamatsu depends on RMOBILE 2572d42badSNobuhiro Iwamatsu help 2672d42badSNobuhiro Iwamatsu Support for the on-chip SDHI host controller on SuperH/Renesas ARM SoCs platform 2772d42badSNobuhiro Iwamatsu 2872d42badSNobuhiro Iwamatsuendmenu 29