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>
master
Simon Glass 7 years ago committed by Tom Rini
parent 0c19b4d180
commit f38c5f526c
  1. 1
      README
  2. 9
      cmd/Kconfig
  3. 1
      configs/UCP1020_SPIFLASH_defconfig
  4. 1
      configs/UCP1020_defconfig
  5. 1
      configs/microblaze-generic_defconfig
  6. 1
      include/config_cmd_all.h
  7. 1
      include/configs/UCP1020.h
  8. 1
      include/configs/am335x_shc.h
  9. 1
      include/configs/microblaze-generic.h
  10. 2
      scripts/config_whitelist.txt

@ -836,7 +836,6 @@ The following options need to be configured:
CONFIG_CMD_TIMER * access to the system tick timer
CONFIG_CMD_USB * USB support
CONFIG_CMD_CDP * Cisco Discover Protocol support
CONFIG_CMD_MFSL * Microblaze FSL support
CONFIG_CMD_XIMG Load part of Multi Image
CONFIG_CMD_UUID * Generate random UUID or GUID string

@ -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

@ -19,6 +19,7 @@ CONFIG_CMD_SPI=y
CONFIG_CMD_I2C=y
CONFIG_CMD_USB=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_MMC_SPI=y
CONFIG_CMD_DHCP=y
CONFIG_CMD_MII=y
CONFIG_CMD_PING=y

@ -19,6 +19,7 @@ CONFIG_CMD_SPI=y
CONFIG_CMD_I2C=y
CONFIG_CMD_USB=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_MMC_SPI=y
CONFIG_CMD_DHCP=y
CONFIG_CMD_MII=y
CONFIG_CMD_PING=y

@ -23,6 +23,7 @@ CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="U-Boot-mONStR> "
CONFIG_CMD_ASKENV=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_MFSL=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_TFTPPUT=y
CONFIG_CMD_DHCP=y

@ -13,7 +13,6 @@
* Alphabetical list of all possible commands.
*/
#define CONFIG_CMD_MFSL /* FSL support for Microblaze */
#define CONFIG_CMD_ONENAND /* OneNAND support */
#define CONFIG_CMD_PCI /* pciinfo */
#define CONFIG_CMD_PCMCIA /* PCMCIA support */

@ -437,7 +437,6 @@
#define CONFIG_FSL_ESDHC
#define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR
#define CONFIG_MMC_SPI
#define CONFIG_CMD_MMC_SPI
#endif
/* Misc Extra Settings */

@ -19,7 +19,6 @@
#undef CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC
#undef CONFIG_CMD_EXT4
#undef CONFIG_CMD_EXT4_WRITE
#undef CONFIG_CMD_MMC_SPI
#undef CONFIG_CMD_SPI
#define CONFIG_CMD_CACHE

@ -163,7 +163,6 @@
/*
* Command line configuration.
*/
#define CONFIG_CMD_MFSL
#if defined(FLASH)
# if !defined(RAMENV)

@ -293,8 +293,6 @@ CONFIG_CM922T_XA10
CONFIG_CMDLINE_EDITING
CONFIG_CMDLINE_PS_SUPPORT
CONFIG_CMDLINE_TAG
CONFIG_CMD_MFSL
CONFIG_CMD_MMC_SPI
CONFIG_CMD_MTDPARTS_SPREAD
CONFIG_CMD_ONENAND
CONFIG_CMD_PCA953X

Loading…
Cancel
Save