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/M5485EVB.h | |
parent | ba7cc6c6c5c667f8510824cb0c47ea7ab3865de4 (diff) |
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/M5485EVB.h')
-rw-r--r-- | include/configs/M5485EVB.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/M5485EVB.h b/include/configs/M5485EVB.h index d95be2bd5e9..56af0e3a5fb 100644 --- a/include/configs/M5485EVB.h +++ b/include/configs/M5485EVB.h @@ -25,9 +25,6 @@ #undef CONFIG_HW_WATCHDOG #define CONFIG_WATCHDOG_TIMEOUT 5000 /* timeout in milliseconds, max timeout is 6.71sec */ -/* Command line configuration */ -#define CONFIG_CMD_PCI - #define CONFIG_SLTTMR #define CONFIG_FSLDMAFEC @@ -67,9 +64,6 @@ #ifdef CONFIG_CMD_USB # define CONFIG_USB_OHCI_NEW -# ifndef CONFIG_CMD_PCI -# define CONFIG_CMD_PCI -# endif /*# define CONFIG_PCI_OHCI*/ # define CONFIG_SYS_USB_OHCI_REGS_BASE 0x80041000 # define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 15 |