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 /include/configs/dbau1x00.h | |
parent | 3abe4e6d9cb685d0b44393bb4fed4a1478e8ba5e (diff) | |
download | u-boot-7f6665554a6e42af3c9f704de879705c1b20b56c.tar.gz |
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 'include/configs/dbau1x00.h')
-rw-r--r-- | include/configs/dbau1x00.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/dbau1x00.h b/include/configs/dbau1x00.h index 970e214e07..cd65ceaee9 100644 --- a/include/configs/dbau1x00.h +++ b/include/configs/dbau1x00.h @@ -67,11 +67,6 @@ * Command line configuration. */ -#ifdef CONFIG_DBAU1550 - -#undef CONFIG_CMD_PCMCIA -#endif - /* * Miscellaneous configurable options */ |