diff options
| author | Tom Rini <[email protected]> | 2021-02-20 20:05:49 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-04-10 08:01:00 -0400 |
| commit | 9ac8368071c257394283c65fe3cf4d0feea3306a (patch) | |
| tree | 7447a06d9c01eb3fcb50249a5468acaa732f4db6 /drivers | |
| parent | 56124508cec17cb493ef82d3ad5545077361f38a (diff) | |
arm: Remove s32v234evb board
This board has not been converted to CONFIG_DM_MMC by the deadline.
Remove it.
Cc: Eddy Petrișor <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mmc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 197aa82040d..d862d1e2024 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -804,7 +804,7 @@ config FSL_ESDHC_IMX config FSL_USDHC bool "Freescale/NXP i.MX uSDHC controller support" - depends on MX6 || MX7 ||ARCH_MX7ULP || IMX8 || IMX8M || IMXRT || TARGET_S32V234EVB + depends on MX6 || MX7 ||ARCH_MX7ULP || IMX8 || IMX8M || IMXRT select FSL_ESDHC_IMX help This enables the Ultra Secured Digital Host Controller enhancements |
