Nobuhiro Iwamatsu | 72d42ba | 2014-12-17 08:03:00 +0900 | [diff] [blame] | 1 | menu "MMC Host controller Support" |
| 2 | |
Simon Glass | e7ecf7c | 2015-06-23 15:38:48 -0600 | [diff] [blame] | 3 | config 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 | |
Nobuhiro Iwamatsu | 72d42ba | 2014-12-17 08:03:00 +0900 | [diff] [blame] | 13 | config SH_SDHI |
| 14 | bool "SuperH/Renesas ARM SoCs on-chip SDHI host controller support" |
| 15 | depends on RMOBILE |
| 16 | help |
| 17 | Support for the on-chip SDHI host controller on SuperH/Renesas ARM SoCs platform |
| 18 | |
| 19 | endmenu |