diff options
author | Marcel Ziswiler <marcel@ziswiler.com> | 2019-05-20 02:44:58 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-30 11:13:11 -0400 |
commit | 9b515a81be7a09307f1af5be40f6bdf8bc4283fd (patch) | |
tree | c9cd8761301e527f551d0dbf345e31069bbea84e /drivers | |
parent | 45224e8f26913bbd70960f316401134f3c366d78 (diff) |
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/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 33b128ddc5..ad86c232c4 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 |