diff options
| author | Simon Glass <[email protected]> | 2017-08-04 16:34:35 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-08-11 15:41:51 -0400 |
| commit | 186424248d2a435cca0d8999c2fadc93fb1eb0fe (patch) | |
| tree | 5b80c054975a9dbd8c453f9fc54654e0158e1ca1 /scripts | |
| parent | 6500ec7a5a2a2a59128dba6f49d9905fc1258811 (diff) | |
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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 8c7147fade6..b2f50c05006 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -293,7 +293,6 @@ CONFIG_CM922T_XA10 CONFIG_CMDLINE_EDITING CONFIG_CMDLINE_PS_SUPPORT CONFIG_CMDLINE_TAG -CONFIG_CMD_PCI_ENUM CONFIG_CMD_PCMCIA CONFIG_CMD_PORTIO CONFIG_CMD_READ |
