diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 16:55:37 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-09-02 21:28:24 -0600 |
commit | a8cb4fb56ac53cab89657b7e8295ec001bbf78bf (patch) | |
tree | d49ff1bfee31be51cdccd627f32894d2dbf22029 /drivers/mmc/Kconfig | |
parent | 5ff093ab9e7c3baff3b2ecd589315b5351e3969f (diff) | |
download | u-boot-imx-a8cb4fb56ac53cab89657b7e8295ec001bbf78bf.zip u-boot-imx-a8cb4fb56ac53cab89657b7e8295ec001bbf78bf.tar.gz u-boot-imx-a8cb4fb56ac53cab89657b7e8295ec001bbf78bf.tar.bz2 |
rockchip: Add an MMC driver
Add an MMC driver which supports RK3288, but may also support other SoCs.
It uses the Designware MMC device.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/mmc/Kconfig')
-rw-r--r-- | drivers/mmc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 3e835f7..6277f92 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -10,6 +10,15 @@ config DM_MMC appear as block devices in U-Boot and can support filesystems such as EXT4 and FAT. +config ROCKCHIP_DWMMC + bool "Rockchip SD/MMC controller support" + depends on DM_MMC && OF_CONTROL + help + 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. + config SH_SDHI bool "SuperH/Renesas ARM SoCs on-chip SDHI host controller support" depends on RMOBILE |