diff options
| author | Tom Rini <[email protected]> | 2019-08-09 13:21:53 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-08-09 13:21:53 -0400 |
| commit | 188f0109055300a099f90bedd96b0e93d28acfbd (patch) | |
| tree | e0ea336935a979c89be0ab62e18f29bb15ab34a6 /drivers | |
| parent | 163bc1e4da425015000dd3f8f128aec994da9586 (diff) | |
| parent | bd20266d1923f1230ed15020fbb12aa56f3f46b7 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-tegra
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mmc/Kconfig | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 66097ce0e7b..c6812f65173 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -592,6 +592,17 @@ config MMC_SDHCI_TEGRA If unsure, say N. +config TEGRA124_MMC_DISABLE_EXT_LOOPBACK + bool "Disable external clock loopback" + depends on MMC_SDHCI_TEGRA && TEGRA124 + help + Disable the external clock loopback and use the internal one on SDMMC3 + as per the SDMMC_VENDOR_MISC_CNTRL_0 register's SDMMC_SPARE1 bits + being set to 0xfffd according to the TRM. + + TODO([email protected]): Move to device tree controlled + approach once proper kernel integration made it mainline. + config MMC_SDHCI_ZYNQ bool "Arasan SDHCI controller support" depends on ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_VERSAL @@ -671,17 +682,6 @@ config MMC_MTK endif -config TEGRA124_MMC_DISABLE_EXT_LOOPBACK - bool "Disable external clock loopback" - depends on MMC_SDHCI_TEGRA && TEGRA124 - help - Disable the external clock loopback and use the internal one on SDMMC3 - as per the SDMMC_VENDOR_MISC_CNTRL_0 register's SDMMC_SPARE1 bits - being set to 0xfffd according to the TRM. - - TODO([email protected]): Move to device tree controlled - approach once proper kernel integration made it mainline. - config FSL_ESDHC bool "Freescale/NXP eSDHC controller support" help |
