pci: Remove CONFIG_PCI_ENUM_ONLY as it's not used (any more)
authorStefan Roese <sr@denx.de>
Tue, 12 Jan 2021 11:03:43 +0000 (12:03 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 27 Jan 2021 22:03:16 +0000 (17:03 -0500)
commita7a029d14de44bdcd050181ec5544b1ae3728c8a
treedb0eeeeca8a66b19dcdf2064b4adf3274fd11ba2
parent76c78a548144b69ecc3ed9cc2d670297983da6b1
pci: Remove CONFIG_PCI_ENUM_ONLY as it's not used (any more)

This patch completely removes CONFIG_PCI_ENUM_ONLY from the PCI code as
it is not configured for any board (any more). With this removal, some
PCI related files get cleaned up a bit.

Additional, dm_pciauto_setup_device() is now static, as it's not
referenced from any code outside of this C file.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
README
drivers/pci/pci_auto.c
drivers/pci/pci_auto_old.c
scripts/config_whitelist.txt