diff options
author | Rick Chen <rick@andestech.com> | 2018-03-20 15:52:58 +0800 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2018-03-30 13:13:45 +0800 |
commit | bf9ba4dbb04bba885330790577ed1e67480ece86 (patch) | |
tree | 3850d0d437a5555a9695c9e7581074ea1cd67624 /drivers/mmc/Kconfig | |
parent | 095c9f35d5a04ed0907624479f702f6fce7591bb (diff) | |
download | u-boot-bf9ba4dbb04bba885330790577ed1e67480ece86.tar.gz |
mmc: ftsdc010: Merge nds32_mmc to ftsdc010
nsd32_mmc was created to support ftsdc010 dm.
It is not necessary to separate both, so merge it
to ftsdc010.
Signed-off-by: Rick Chen <rick@andestech.com>
Signed-off-by: Rick Chen <rickchen36@gmail.com>
Cc: Greentime Hu <green.hu@gmail.com>
Diffstat (limited to 'drivers/mmc/Kconfig')
-rw-r--r-- | drivers/mmc/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index ff987ed803..3a79cbf165 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -523,13 +523,6 @@ config STM32_SDMMC2 If you have a board based on such a SoC and with a SD/MMC slot, say Y or M here. -config MMC_NDS32 - bool "Andestech SD/MMC controller support" - depends on DM_MMC && OF_CONTROL && BLK && FTSDC010 - help - This enables support for the Andestech SD/MMM controller, which is - based on Faraday IP. - config FTSDC010 bool "Ftsdc010 SD/MMC controller Support" help |