aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/Kconfig
diff options
context:
space:
mode:
authorVipul Kumar <vipul.kumar@xilinx.com>2018-02-28 15:53:29 +0530
committerMichal Simek <michal.simek@xilinx.com>2018-03-01 16:44:10 +0100
commit3ccc207a3098e59ab7333210deba94e7d41d7c8d (patch)
treee6fe4366ae48639932d610ec1ec798b962388a87 /drivers/mmc/Kconfig
parent5dc5a53c5e5f56971d3df4f6f994993d5efa53f8 (diff)
downloadu-boot-3ccc207a3098e59ab7333210deba94e7d41d7c8d.zip
u-boot-3ccc207a3098e59ab7333210deba94e7d41d7c8d.tar.gz
u-boot-3ccc207a3098e59ab7333210deba94e7d41d7c8d.tar.bz2
mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MIN_FREQ
This patch added Kconfig support for CONFIG_ZYNQ_SDHCI_MIN_FREQ and enabled it in respective defconfig. Signed-off-by: Vipul Kumar <vipulk@xilinx.com> Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers/mmc/Kconfig')
-rw-r--r--drivers/mmc/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 9967fff..5f67e33 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -487,6 +487,13 @@ config ZYNQ_SDHCI_MAX_FREQ
help
Set the maximum frequency of the controller.
+config ZYNQ_SDHCI_MIN_FREQ
+ int "Set the minimum frequency of the controller"
+ depends on MMC_SDHCI_ZYNQ
+ default 0
+ help
+ Set the minimum frequency of the controller.
+
config MMC_SUNXI
bool "Allwinner sunxi SD/MMC Host Controller support"
depends on ARCH_SUNXI && !UART0_PORT_F