172d42badSNobuhiro Iwamatsumenu "MMC Host controller Support" 272d42badSNobuhiro Iwamatsu 37a777f6dSMaxime Ripardconfig MMC 47a777f6dSMaxime Ripard bool "Enable MMC support" 544c79879SMaxime Ripard depends on ARCH_SUNXI 67a777f6dSMaxime Ripard help 77a777f6dSMaxime Ripard TODO: Move all architectures to use this option 87a777f6dSMaxime Ripard 9e7ecf7cbSSimon Glassconfig DM_MMC 10e7ecf7cbSSimon Glass bool "Enable MMC controllers using Driver Model" 11e7ecf7cbSSimon Glass depends on DM 12e7ecf7cbSSimon Glass help 13e7ecf7cbSSimon Glass This enables the MultiMediaCard (MMC) uclass which suports MMC and 14e7ecf7cbSSimon Glass Secure Digital I/O (SDIO) cards. Both removable (SD, micro-SD, etc.) 15e7ecf7cbSSimon Glass and non-removable (e.g. eMMC chip) devices are supported. These 16e7ecf7cbSSimon Glass appear as block devices in U-Boot and can support filesystems such 17e7ecf7cbSSimon Glass as EXT4 and FAT. 18e7ecf7cbSSimon Glass 19a8cb4fb5SSimon Glassconfig ROCKCHIP_DWMMC 20a8cb4fb5SSimon Glass bool "Rockchip SD/MMC controller support" 21a8cb4fb5SSimon Glass depends on DM_MMC && OF_CONTROL 22a8cb4fb5SSimon Glass help 23a8cb4fb5SSimon Glass This enables support for the Rockchip SD/MMM controller, which is 24a8cb4fb5SSimon Glass based on Designware IP. The device is compatible with at least 25a8cb4fb5SSimon Glass SD 3.0, SDIO 3.0 and MMC 4.5 and supports common eMMC chips as well 26a8cb4fb5SSimon Glass as removeable SD and micro-SD cards. 27a8cb4fb5SSimon Glass 2872d42badSNobuhiro Iwamatsuconfig SH_SDHI 2972d42badSNobuhiro Iwamatsu bool "SuperH/Renesas ARM SoCs on-chip SDHI host controller support" 3072d42badSNobuhiro Iwamatsu depends on RMOBILE 3172d42badSNobuhiro Iwamatsu help 3272d42badSNobuhiro Iwamatsu Support for the on-chip SDHI host controller on SuperH/Renesas ARM SoCs platform 3372d42badSNobuhiro Iwamatsu 34*102142c9SAndrei Pistiricaconfig PIC32_SDHCI 35*102142c9SAndrei Pistirica bool "Microchip PIC32 on-chip SDHCI support" 36*102142c9SAndrei Pistirica depends on DM_MMC && MACH_PIC32 37*102142c9SAndrei Pistirica help 38*102142c9SAndrei Pistirica Support for Microchip PIC32 SDHCI controller. 39*102142c9SAndrei Pistirica 4072d42badSNobuhiro Iwamatsuendmenu 41