diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-01-30 19:46:51 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2017-01-31 21:50:47 +0900 |
commit | 08aa0334c6e885491c6d10fa4a8209b8917fbf63 (patch) | |
tree | 0e48c7716438670a9d16bec127598868ba265446 /arch | |
parent | a5995a5d7b793f74c7c893b752b51cc635a621db (diff) | |
download | u-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/Kconfig | 2 |
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 |