summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-04 22:34:37 (GMT)
committerTom Rini <trini@konsulko.com>2017-08-11 19:41:52 (GMT)
commit7f6665554a6e42af3c9f704de879705c1b20b56c (patch)
tree27185c588eebc1b39eb731635963874d87d3e4d3 /include
parent3abe4e6d9cb685d0b44393bb4fed4a1478e8ba5e (diff)
downloadu-boot-fsl-qoriq-7f6665554a6e42af3c9f704de879705c1b20b56c.tar.xz
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')
-rw-r--r--include/config_cmd_all.h1
-rw-r--r--include/configs/dbau1x00.h5
-rw-r--r--include/configs/ms7720se.h1
3 files changed, 0 insertions, 7 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h
index b1f6990..a008bac 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_PCMCIA /* PCMCIA support */
#define CONFIG_CMD_PORTIO /* Port I/O */
#define CONFIG_CMD_REGINFO /* Register dump */
#define CONFIG_CMD_REISER /* Reiserfs support */
diff --git a/include/configs/dbau1x00.h b/include/configs/dbau1x00.h
index 970e214..cd65cea 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
*/
diff --git a/include/configs/ms7720se.h b/include/configs/ms7720se.h
index 86b93a3..112145c 100644
--- a/include/configs/ms7720se.h
+++ b/include/configs/ms7720se.h
@@ -13,7 +13,6 @@
#define CONFIG_MS7720SE 1
#define CONFIG_CMD_SDRAM
-#define CONFIG_CMD_PCMCIA
#define CONFIG_BOOTARGS "console=ttySC0,115200"
#define CONFIG_BOOTFILE "/boot/zImage"