diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 16:34:29 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 11:36:00 -0400 |
commit | f38c5f526c4e8568da2d51712873b1788b9d69ec (patch) | |
tree | 80728220a9bc6348d168c0914f2c3d497d2dc5b3 /configs | |
parent | 0c19b4d180b66cb0e418a084ffcb187bdbc15db9 (diff) | |
download | u-boot-f38c5f526c4e8568da2d51712873b1788b9d69ec.tar.gz |
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 'configs')
-rw-r--r-- | configs/UCP1020_SPIFLASH_defconfig | 1 | ||||
-rw-r--r-- | configs/UCP1020_defconfig | 1 | ||||
-rw-r--r-- | configs/microblaze-generic_defconfig | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/configs/UCP1020_SPIFLASH_defconfig b/configs/UCP1020_SPIFLASH_defconfig index 68ef59a517..88228db2d4 100644 --- a/configs/UCP1020_SPIFLASH_defconfig +++ b/configs/UCP1020_SPIFLASH_defconfig @@ -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 diff --git a/configs/UCP1020_defconfig b/configs/UCP1020_defconfig index 6999db3aa4..72aeb6c9ce 100644 --- a/configs/UCP1020_defconfig +++ b/configs/UCP1020_defconfig @@ -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 diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index 12dcd00767..6233803280 100644 --- a/configs/microblaze-generic_defconfig +++ b/configs/microblaze-generic_defconfig @@ -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 |