summaryrefslogtreecommitdiff
path: root/drivers/mmc/Kconfig
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-12-17 08:03:00 +0900
committerPantelis Antoniou <pantelis.antoniou@konsulko.com>2015-01-19 16:24:25 +0200
commit72d42bad5849dd063fb2f2de84384f97dd990c30 (patch)
treea2ef854f76daa749cd874a2d521f8f57019cfcef /drivers/mmc/Kconfig
parentab77f24119e80257de4ab017b877f92f96980562 (diff)
downloadu-boot-imx-72d42bad5849dd063fb2f2de84384f97dd990c30.zip
u-boot-imx-72d42bad5849dd063fb2f2de84384f97dd990c30.tar.gz
u-boot-imx-72d42bad5849dd063fb2f2de84384f97dd990c30.tar.bz2
mmc: rmobile: Add SDHC support for Renesas rmobile ARM SoC
This adds Renesas rmobile ARM SoC's SD/MMC host support. This drivers tested with Gose board and Koelsch board. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
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 e69de29..7ba85a2 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -0,0 +1,9 @@
+menu "MMC Host controller Support"
+
+config SH_SDHI
+ bool "SuperH/Renesas ARM SoCs on-chip SDHI host controller support"
+ depends on RMOBILE
+ help
+ Support for the on-chip SDHI host controller on SuperH/Renesas ARM SoCs platform
+
+endmenu