aboutsummaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorAnup Patel <Anup.Patel@wdc.com>2019-07-08 04:10:55 +0000
committerPeng Fan <peng.fan@nxp.com>2019-07-15 10:30:08 +0800
commita897269c932999a5c028654489ad68baa6806fdb (patch)
tree9cc096cc72dcebfe26b44f6539dc3c22ec7ecde0 /cmd/Kconfig
parent05e35d429745253752b68f73146c22268ec9a5a8 (diff)
downloadu-boot-a897269c932999a5c028654489ad68baa6806fdb.zip
u-boot-a897269c932999a5c028654489ad68baa6806fdb.tar.gz
u-boot-a897269c932999a5c028654489ad68baa6806fdb.tar.bz2
cmd: Remove mmc_spi command
The mmc_spi command was added to manually setup MMC over SPI bus using command. This was required by the legacy non-DM MMC_SPI driver. With DM based MMC_SPI driver in-place, we can now use all general storge commands and mmc command for MMC over SPI bus hence we remove the mmc_spi command all it's references. Suggested-by: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 7f6bca8..67284d8 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -955,15 +955,6 @@ config CMD_NVME
help
NVM Express device support
-config CMD_MMC_SPI
- bool "mmc_spi - Set up MMC SPI device"
- help
- Provides a way to set up an MMC (Multimedia Card) SPI (Serial
- Peripheral Interface) device. The device provides a means of
- accessing an MMC device via SPI using a single data line, limited
- to 20MHz. It is useful since it reduces the amount of protocol code
- required.
-
config CMD_ONENAND
bool "onenand - access to onenand device"
help