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 /include/config_cmd_all.h | |
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 'include/config_cmd_all.h')
-rw-r--r-- | include/config_cmd_all.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index e6ebc2f57d..b3c0d0e71f 100644 --- a/include/config_cmd_all.h +++ b/include/config_cmd_all.h @@ -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 */ |