| menu "MMC Host controller Support" |
| bool "Enable MMC support" |
| TODO: Move all architectures to use this option |
| bool "Enable MMC controllers using Driver Model" |
| This enables the MultiMediaCard (MMC) uclass which suports MMC and |
| Secure Digital I/O (SDIO) cards. Both removable (SD, micro-SD, etc.) |
| and non-removable (e.g. eMMC chip) devices are supported. These |
| appear as block devices in U-Boot and can support filesystems such |
| bool "Rockchip SD/MMC controller support" |
| depends on DM_MMC && OF_CONTROL |
| This enables support for the Rockchip SD/MMM controller, which is |
| based on Designware IP. The device is compatible with at least |
| SD 3.0, SDIO 3.0 and MMC 4.5 and supports common eMMC chips as well |
| as removeable SD and micro-SD cards. |
| bool "SuperH/Renesas ARM SoCs on-chip SDHI host controller support" |
| Support for the on-chip SDHI host controller on SuperH/Renesas ARM SoCs platform |
| bool "Microchip PIC32 on-chip SDHCI support" |
| depends on DM_MMC && MACH_PIC32 |
| Support for Microchip PIC32 SDHCI controller. |