summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-01-30 19:46:51 +0900
committerJaehoon Chung <jh80.chung@samsung.com>2017-01-31 21:50:47 +0900
commit08aa0334c6e885491c6d10fa4a8209b8917fbf63 (patch)
tree0e48c7716438670a9d16bec127598868ba265446 /arch
parenta5995a5d7b793f74c7c893b752b51cc635a621db (diff)
downloadu-boot-imx-08aa0334c6e885491c6d10fa4a8209b8917fbf63.zip
u-boot-imx-08aa0334c6e885491c6d10fa4a8209b8917fbf63.tar.gz
u-boot-imx-08aa0334c6e885491c6d10fa4a8209b8917fbf63.tar.bz2
mmc: zynq: rename CONFIG_ZYNQ_SDHCI to CONFIG_MMC_SDHCI_ZYNQ
Make the naming scheme consistent; all SDHCI-base drivers prefixed with CONFIG_MMC_SDHCI_. While we are here, add "depends on ARCH_ZYNQ || ARCH_ZYNQMP". Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-zynq/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-zynq/Kconfig b/arch/arm/mach-zynq/Kconfig
index c465918..2529c9f 100644
--- a/arch/arm/mach-zynq/Kconfig
+++ b/arch/arm/mach-zynq/Kconfig
@@ -13,7 +13,7 @@ config SPL_LIBGENERIC_SUPPORT
default y
config SPL_MMC_SUPPORT
- default y if ZYNQ_SDHCI
+ default y if MMC_SDHCI_ZYNQ
config SPL_SERIAL_SUPPORT
default y