diff options
author | Simon Glass | 2017-08-04 16:34:29 -0600 |
---|---|---|
committer | Tom Rini | 2017-08-11 11:36:00 -0400 |
commit | f38c5f526c4e8568da2d51712873b1788b9d69ec (patch) | |
tree | 80728220a9bc6348d168c0914f2c3d497d2dc5b3 /cmd | |
parent | 0c19b4d180b66cb0e418a084ffcb187bdbc15db9 (diff) |
Convert CONFIG_CMD_MMC_SPI to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_MMC_SPI
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index b6e2ac3e818..67890c7f8eb 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -709,6 +709,15 @@ config CMD_NAND_TORTURE endif # CMD_NAND +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_PART bool "part" select PARTITION_UUIDS |