Kconfig: Drop CONFIG_CMD_PCI_ENUM
authorSimon Glass <sjg@chromium.org>
Fri, 4 Aug 2017 22:34:35 +0000 (16:34 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 11 Aug 2017 19:41:51 +0000 (15:41 -0400)
commit186424248d2a435cca0d8999c2fadc93fb1eb0fe
tree5b80c054975a9dbd8c453f9fc54654e0158e1ca1
parent6500ec7a5a2a2a59128dba6f49d9905fc1258811
Kconfig: Drop CONFIG_CMD_PCI_ENUM

This option enables the 'pci enum' command. It is only enabled by a few
board and these have not yet been converted to driver model, which always
enables this command. It seems easiest to just remove this option.

The affected boards can be converted to use driver model for PCI if
needed.

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>
cmd/pci.c
include/config_distro_bootcmd.h
include/configs/ds414.h
include/configs/xpedite517x.h
include/configs/xpedite520x.h
include/configs/xpedite537x.h
include/configs/xpedite550x.h
scripts/config_whitelist.txt