Nobuhiro Iwamatsu | 72d42ba | 2014-12-17 08:03:00 +0900 | [diff] [blame] | 1 | menu "MMC Host controller Support" |
| 2 | |
Maxime Ripard | 7a777f6 | 2015-10-15 22:04:05 +0200 | [diff] [blame] | 3 | config MMC |
| 4 | bool "Enable MMC support" |
Maxime Ripard | 44c7987 | 2015-10-15 22:04:07 +0200 | [diff] [blame] | 5 | depends on ARCH_SUNXI |
Maxime Ripard | 7a777f6 | 2015-10-15 22:04:05 +0200 | [diff] [blame] | 6 | help |
| 7 | TODO: Move all architectures to use this option |
| 8 | |
Simon Glass | e7ecf7c | 2015-06-23 15:38:48 -0600 | [diff] [blame] | 9 | config DM_MMC |
| 10 | bool "Enable MMC controllers using Driver Model" |
| 11 | depends on DM |
| 12 | help |
| 13 | This enables the MultiMediaCard (MMC) uclass which suports MMC and |
| 14 | Secure Digital I/O (SDIO) cards. Both removable (SD, micro-SD, etc.) |
| 15 | and non-removable (e.g. eMMC chip) devices are supported. These |
| 16 | appear as block devices in U-Boot and can support filesystems such |
| 17 | as EXT4 and FAT. |
| 18 | |
Simon Glass | a8cb4fb | 2015-08-30 16:55:37 -0600 | [diff] [blame] | 19 | config ROCKCHIP_DWMMC |
| 20 | bool "Rockchip SD/MMC controller support" |
| 21 | depends on DM_MMC && OF_CONTROL |
| 22 | help |
| 23 | This enables support for the Rockchip SD/MMM controller, which is |
| 24 | based on Designware IP. The device is compatible with at least |
| 25 | SD 3.0, SDIO 3.0 and MMC 4.5 and supports common eMMC chips as well |
| 26 | as removeable SD and micro-SD cards. |
| 27 | |
Nobuhiro Iwamatsu | 72d42ba | 2014-12-17 08:03:00 +0900 | [diff] [blame] | 28 | config SH_SDHI |
| 29 | bool "SuperH/Renesas ARM SoCs on-chip SDHI host controller support" |
| 30 | depends on RMOBILE |
| 31 | help |
| 32 | Support for the on-chip SDHI host controller on SuperH/Renesas ARM SoCs platform |
| 33 | |
Andrei Pistirica | 102142c | 2016-01-28 15:30:18 +0530 | [diff] [blame^] | 34 | config PIC32_SDHCI |
| 35 | bool "Microchip PIC32 on-chip SDHCI support" |
| 36 | depends on DM_MMC && MACH_PIC32 |
| 37 | help |
| 38 | Support for Microchip PIC32 SDHCI controller. |
| 39 | |
Nobuhiro Iwamatsu | 72d42ba | 2014-12-17 08:03:00 +0900 | [diff] [blame] | 40 | endmenu |