From: Siva Durga Prasad Paladugu Date: Mon, 27 May 2019 09:03:14 +0000 (+0530) Subject: mmc: sdhci: Move ZYNQ_HISPD_BROKEN to Kconfig X-Git-Tag: v2020.10~561^2~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d882f0847cc000a380b468a47ab9647d482adc69;p=platform%2Fkernel%2Fu-boot.git mmc: sdhci: Move ZYNQ_HISPD_BROKEN to Kconfig This patch moves CONFIG_ZYNQ_HISPD_BROKEN to Kconfig Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 7361bca..2bc9d8d 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -634,6 +634,12 @@ config ZYNQ_SDHCI_MIN_FREQ help Set the minimum frequency of the controller. +config ZYNQ_HISPD_BROKEN + bool "High speed broken for Zynq SDHCI controller" + depends on MMC_SDHCI_ZYNQ + help + Set if high speed mode is broken. + config MMC_SUNXI bool "Allwinner sunxi SD/MMC Host Controller support" depends on ARCH_SUNXI && !UART0_PORT_F diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 5a007d3..94751ac 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -4364,5 +4364,4 @@ CONFIG_YAFFS_WINCE CONFIG_YELLOW_LED CONFIG_ZLT CONFIG_ZM7300 -CONFIG_ZYNQ_HISPD_BROKEN CONFIG_eTSEC_MDIO_BUS