diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 16:34:37 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 15:41:52 -0400 |
commit | 7f6665554a6e42af3c9f704de879705c1b20b56c (patch) | |
tree | 27185c588eebc1b39eb731635963874d87d3e4d3 /configs | |
parent | 3abe4e6d9cb685d0b44393bb4fed4a1478e8ba5e (diff) | |
download | u-boot-7f6665554a6e42af3c9f704de879705c1b20b56c.tar.gz u-boot-7f6665554a6e42af3c9f704de879705c1b20b56c.tar.bz2 u-boot-7f6665554a6e42af3c9f704de879705c1b20b56c.zip |
Convert CONFIG_CMD_PCMCIA to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_PCMCIA
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/ms7720se_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ms7720se_defconfig b/configs/ms7720se_defconfig index 7f137fa911..a9e3f452ec 100644 --- a/configs/ms7720se_defconfig +++ b/configs/ms7720se_defconfig @@ -15,6 +15,7 @@ CONFIG_CMD_IDE=y # CONFIG_CMD_LOADB is not set # CONFIG_CMD_LOADS is not set # CONFIG_CMD_FPGA is not set +CONFIG_CMD_PCMCIA=y # CONFIG_CMD_ECHO is not set # CONFIG_CMD_ITEST is not set # CONFIG_CMD_SOURCE is not set |