drivers: disk: remove legacy nxp USDHC driver

all in tree SOCs with the USDHC peripheral have now been converted to
use the new SD host controller USDHC driver, so remove legacy NXP disk
USDHC driver.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2022-04-01 16:17:16 -05:00 committed by David Leach
commit 409cc23022
6 changed files with 1 additions and 3139 deletions

View file

@ -3,7 +3,6 @@
# SPDX-License-Identifier: Apache-2.0
DT_COMPAT_ZEPHYR_MMC_SPI_SLOT := zephyr,mmc-spi-slot
DT_COMPAT_NXP_USDHC := nxp,imx-usdhc
DT_COMPAT_ST_STM32_SDMMC := st,stm32-sdmmc
DT_COMPAT_ZEPHYR_MMC := zephyr,sdmmc-disk
@ -42,18 +41,6 @@ config SDMMC_SUBSYS
help
Enable SDMMC access via SD subsystem
config SDMMC_USDHC
bool "NXP i.MXRT USDHC driver"
depends on (HAS_MCUX_USDHC1 || HAS_MCUX_USDHC2)
default $(dt_compat_enabled,$(DT_COMPAT_NXP_USDHC))
help
File system on a SDHC card accessed over
NXP USDHC.
if SDMMC_USDHC
source "drivers/disk/Kconfig.usdhc"
endif
config SDMMC_STM32
bool "STM32 SDMMC driver"
depends on HAS_STM32CUBE