diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-18 19:52:48 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-29 03:50:15 +0900 |
commit | a111bfbfad21dd83aae5a6d96c620c3666e9b654 (patch) | |
tree | 25b01fdbab36cdbd2630d5a06b325de777f58d32 /drivers/mmc/Kconfig | |
parent | 595dc1e162e2d8dce6a97a0199554d59b2589a5f (diff) | |
download | u-boot-imx-a111bfbfad21dd83aae5a6d96c620c3666e9b654.zip u-boot-imx-a111bfbfad21dd83aae5a6d96c620c3666e9b654.tar.gz u-boot-imx-a111bfbfad21dd83aae5a6d96c620c3666e9b654.tar.bz2 |
mmc: uniphier: add driver for UniPhier SD/MMC host controller
Add a driver for the on-chip SD/eMMC host controller used by
UniPhier SoC family.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'drivers/mmc/Kconfig')
-rw-r--r-- | drivers/mmc/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 9d3f7e9..dc8532f 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -43,4 +43,10 @@ config ZYNQ_SDHCI help Support for Arasan SDHCI host controller on Zynq/ZynqMP ARM SoCs platform +config MMC_UNIPHIER + bool "UniPhier SD/MMC Host Controller support" + depends on ARCH_UNIPHIER + help + This selects support for the SD/MMC Host Controller on UniPhier SoCs. + endmenu |