diff options
| author | Vipul Kumar <[email protected]> | 2018-02-28 15:53:28 +0530 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2018-03-01 16:44:10 +0100 |
| commit | 5dc5a53c5e5f56971d3df4f6f994993d5efa53f8 (patch) | |
| tree | f072da0fbf9b1fa65d016280717824c100eaf4cc /drivers | |
| parent | 71d5a14204dcd2023feca41cd606bd99d075446a (diff) | |
mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MAX_FREQ
This patch added Kconfig support for CONFIG_ZYNQ_SDHCI_MAX_FREQ
and enabled it in respective defconfig.
Signed-off-by: Vipul Kumar <[email protected]>
Signed-off-by: Siva Durga Prasad Paladugu <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'drivers')
| -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 88a13591adf..9967fffbd47 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -481,6 +481,12 @@ config MMC_SDHCI_ZYNQ help Support for Arasan SDHCI host controller on Zynq/ZynqMP ARM SoCs platform +config ZYNQ_SDHCI_MAX_FREQ + int "Set the maximum frequency of the controller" + depends on MMC_SDHCI_ZYNQ + help + Set the maximum frequency of the controller. + config MMC_SUNXI bool "Allwinner sunxi SD/MMC Host Controller support" depends on ARCH_SUNXI && !UART0_PORT_F |
