aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel@ziswiler.com>2019-05-20 02:44:58 +0200
committerTom Rini <trini@konsulko.com>2020-06-30 11:13:11 -0400
commit9b515a81be7a09307f1af5be40f6bdf8bc4283fd (patch)
treec9cd8761301e527f551d0dbf345e31069bbea84e /drivers
parent45224e8f26913bbd70960f316401134f3c366d78 (diff)
downloadu-boot-9b515a81be7a09307f1af5be40f6bdf8bc4283fd.zip
u-boot-9b515a81be7a09307f1af5be40f6bdf8bc4283fd.tar.gz
u-boot-9b515a81be7a09307f1af5be40f6bdf8bc4283fd.tar.bz2
kconfig: mmc: move pxa_mmc_generic to kconfig
Move CONFIG_PXA_MMC_GENERIC to Kconfig. Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mmc/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 33b128d..ad86c23 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -299,6 +299,14 @@ config MMC_PCI
If unsure, say N.
+config PXA_MMC_GENERIC
+ bool "Support for MMC controllers on PXA"
+ help
+ This selects MMC controllers on PXA.
+ If you are on a PXA architecture, say Y here.
+
+ If unsure, say N.
+
config MMC_OMAP_HS
bool "TI OMAP High Speed Multimedia Card Interface support"
select DM_REGULATOR_PBIAS if DM_MMC && DM_REGULATOR