summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-30 16:55:37 -0600
committerSimon Glass <sjg@chromium.org>2015-09-02 21:28:24 -0600
commita8cb4fb56ac53cab89657b7e8295ec001bbf78bf (patch)
treed49ff1bfee31be51cdccd627f32894d2dbf22029 /drivers/mmc/Kconfig
parent5ff093ab9e7c3baff3b2ecd589315b5351e3969f (diff)
downloadtalos-obmc-uboot-a8cb4fb56ac53cab89657b7e8295ec001bbf78bf.tar.gz
talos-obmc-uboot-a8cb4fb56ac53cab89657b7e8295ec001bbf78bf.zip
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/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 3e835f7bca..6277f92ef5 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
OpenPOWER on IntegriCloud