summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/Kconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2019-08-14 07:23:43 -0500
committerTom Rini <trini@konsulko.com>2019-08-23 16:42:38 -0400
commit3f70bef1b8c2519fe34a16937457342629303e62 (patch)
tree4c1ccb0c64c286a29cdb59eceb7622872695a12d /drivers/mmc/Kconfig
parent057055660fd52cc52c6dfe2ac67dc6ae3040c71f (diff)
downloadu-boot-3f70bef1b8c2519fe34a16937457342629303e62.tar.gz
u-boot-3f70bef1b8c2519fe34a16937457342629303e62.tar.xz
u-boot-3f70bef1b8c2519fe34a16937457342629303e62.zip
Convert CONFIG_FSL_USDHC to Kconfig
This converts the following to Kconfig: CONFIG_FSL_USDHC Signed-off-by: Adam Ford <aford173@gmail.com> [trini: Add IMX8M, TARGET_S32V234EVB to FSL_USDHC list] Signed-off-by: Tom Rini <trini@konsulko.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 c6812f6517..0ccb1ea701 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -694,6 +694,13 @@ config FSL_ESDHC_IMX
This selects support for the i.MX eSDHC (Enhanced Secure Digital Host
Controller) found on numerous Freescale/NXP SoCs.
+config FSL_USDHC
+ bool "Freescale/NXP i.MX uSDHC controller support"
+ depends on MX6 || MX7 ||ARCH_MX7ULP || IMX8 || IMX8M || TARGET_S32V234EVB
+ select FSL_ESDHC_IMX
+ help
+ This enables the Ultra Secured Digital Host Controller enhancements
+
endmenu
config SYS_FSL_ERRATUM_ESDHC111