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 /scripts | |
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 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index bad436dd6f..4a2730a8a4 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -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 |