diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-02-04 11:43:40 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-02-22 16:21:02 +0100 |
commit | ce0335f2b49967e707ac3cf237be878c9081d931 (patch) | |
tree | d5b5eaa9bd99b582f314ed59ff11d4b29dcf4ac4 /drivers/mmc/Kconfig | |
parent | 28f8099563c891b7c6f22edfc30ea4c7860ee52b (diff) |
mmc: Kconfig: Add Arasan SDHCI entry
Add Arasan SDHCI entry to Kconfig and fix all references.
Signed-off-by: Michal Simek <michal.simek@xilinx.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 9f4b766f7a4..9d3f7e908fb 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -37,4 +37,10 @@ config PIC32_SDHCI help Support for Microchip PIC32 SDHCI controller. +config ZYNQ_SDHCI + bool "Arasan SDHCI controller support" + depends on DM_MMC && OF_CONTROL + help + Support for Arasan SDHCI host controller on Zynq/ZynqMP ARM SoCs platform + endmenu |