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" |
Simon Glass | f376a3c | 2016-05-01 13:52:42 -0600 | [diff] [blame] | 5 | depends on ARCH_SUNXI || SANDBOX |
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 |
Robert P. J. Day | 62a3b7d | 2016-07-15 13:44:45 -0400 | [diff] [blame] | 13 | This enables the MultiMediaCard (MMC) uclass which supports MMC and |
Simon Glass | e7ecf7c | 2015-06-23 15:38:48 -0600 | [diff] [blame] | 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 | 8ca51e5 | 2016-06-12 23:30:22 -0600 | [diff] [blame] | 19 | config DM_MMC_OPS |
| 20 | bool "Support MMC controller operations using Driver Model" |
| 21 | depends on DM_MMC |
| 22 | help |
| 23 | Driver model provides a means of supporting device operations. This |
| 24 | option moves MMC operations under the control of driver model. The |
| 25 | option will be removed as soon as all DM_MMC drivers use it, as it |
| 26 | will the only supported behaviour. |
| 27 | |
Mateusz Kulikowski | 9d11d12 | 2016-03-31 23:12:16 +0200 | [diff] [blame] | 28 | config MSM_SDHCI |
| 29 | bool "Qualcomm SDHCI controller" |
Simon Glass | 4b00bdb | 2016-06-12 23:30:31 -0600 | [diff] [blame] | 30 | depends on DM_MMC && BLK && DM_MMC_OPS |
Mateusz Kulikowski | 9d11d12 | 2016-03-31 23:12:16 +0200 | [diff] [blame] | 31 | help |
| 32 | Enables support for SDHCI 2.0 controller present on some Qualcomm |
| 33 | Snapdragon devices. This device is compatible with eMMC v4.5 and |
| 34 | SD 3.0 specifications. Both SD and eMMC devices are supported. |
| 35 | Card-detect gpios are not supported. |
| 36 | |
Wenyou Yang | a0d0d86 | 2016-08-10 10:51:05 +0800 | [diff] [blame] | 37 | config ATMEL_SDHCI |
| 38 | bool "Atmel SDHCI controller support" |
| 39 | depends on DM_MMC && BLK && DM_MMC_OPS && ARCH_AT91 |
| 40 | help |
| 41 | This enables support for the Atmel SDHCI controller, which supports |
| 42 | the embedded MultiMedia Card (e.MMC) Specification V4.51, the SD |
| 43 | Memory Card Specification V3.0, and the SDIO V3.0 specification. |
| 44 | It is compliant with the SD Host Controller Standard V3.0 |
| 45 | specification. |
| 46 | |
Simon Glass | a8cb4fb | 2015-08-30 16:55:37 -0600 | [diff] [blame] | 47 | config ROCKCHIP_DWMMC |
| 48 | bool "Rockchip SD/MMC controller support" |
| 49 | depends on DM_MMC && OF_CONTROL |
| 50 | help |
| 51 | This enables support for the Rockchip SD/MMM controller, which is |
| 52 | based on Designware IP. The device is compatible with at least |
| 53 | SD 3.0, SDIO 3.0 and MMC 4.5 and supports common eMMC chips as well |
| 54 | as removeable SD and micro-SD cards. |
| 55 | |
Nobuhiro Iwamatsu | 72d42ba | 2014-12-17 08:03:00 +0900 | [diff] [blame] | 56 | config SH_SDHI |
| 57 | bool "SuperH/Renesas ARM SoCs on-chip SDHI host controller support" |
| 58 | depends on RMOBILE |
| 59 | help |
| 60 | Support for the on-chip SDHI host controller on SuperH/Renesas ARM SoCs platform |
| 61 | |
Andrei Pistirica | 102142c | 2016-01-28 15:30:18 +0530 | [diff] [blame] | 62 | config PIC32_SDHCI |
| 63 | bool "Microchip PIC32 on-chip SDHCI support" |
| 64 | depends on DM_MMC && MACH_PIC32 |
| 65 | help |
| 66 | Support for Microchip PIC32 SDHCI controller. |
| 67 | |
Michal Simek | ce0335f | 2016-02-04 11:43:40 +0100 | [diff] [blame] | 68 | config ZYNQ_SDHCI |
| 69 | bool "Arasan SDHCI controller support" |
| 70 | depends on DM_MMC && OF_CONTROL |
| 71 | help |
| 72 | Support for Arasan SDHCI host controller on Zynq/ZynqMP ARM SoCs platform |
| 73 | |
Kever Yang | 79c8306 | 2016-07-18 17:00:58 +0800 | [diff] [blame] | 74 | config ROCKCHIP_SDHCI |
| 75 | bool "Arasan SDHCI controller for Rockchip support" |
| 76 | depends on DM_MMC && BLK && DM_MMC_OPS |
| 77 | help |
| 78 | Support for Arasan SDHCI host controller on Rockchip ARM SoCs platform |
| 79 | |
Masahiro Yamada | a111bfb | 2016-02-18 19:52:48 +0900 | [diff] [blame] | 80 | config MMC_UNIPHIER |
| 81 | bool "UniPhier SD/MMC Host Controller support" |
| 82 | depends on ARCH_UNIPHIER |
| 83 | help |
| 84 | This selects support for the SD/MMC Host Controller on UniPhier SoCs. |
| 85 | |
Simon Glass | f376a3c | 2016-05-01 13:52:42 -0600 | [diff] [blame] | 86 | config SANDBOX_MMC |
| 87 | bool "Sandbox MMC support" |
| 88 | depends on MMC && SANDBOX |
| 89 | help |
| 90 | This select a dummy sandbox MMC driver. At present this does nothing |
| 91 | other than allow sandbox to be build with MMC support. This |
| 92 | improves build coverage for sandbox and makes it easier to detect |
| 93 | MMC build errors with sandbox. |
| 94 | |
Nobuhiro Iwamatsu | 72d42ba | 2014-12-17 08:03:00 +0900 | [diff] [blame] | 95 | endmenu |