diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 16:34:34 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 15:41:50 -0400 |
commit | 6500ec7a5a2a2a59128dba6f49d9905fc1258811 (patch) | |
tree | 0280685798d10699e77ebaa07e3ec35a8b7a0f70 /include/configs/socrates.h | |
parent | ba7cc6c6c5c667f8510824cb0c47ea7ab3865de4 (diff) | |
download | u-boot-6500ec7a5a2a2a59128dba6f49d9905fc1258811.tar.gz |
Convert CONFIG_CMD_PCI to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_PCI
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/socrates.h')
-rw-r--r-- | include/configs/socrates.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/socrates.h b/include/configs/socrates.h index 5b8fa3a08c..ccc722de31 100644 --- a/include/configs/socrates.h +++ b/include/configs/socrates.h @@ -279,10 +279,6 @@ #define CONFIG_CMD_SDRAM #define CONFIG_CMD_REGINFO -#if defined(CONFIG_PCI) - #define CONFIG_CMD_PCI -#endif - #undef CONFIG_WATCHDOG /* watchdog disabled */ /* |