aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
diff options
context:
space:
mode:
authorTom Rini2022-06-20 08:07:48 -0400
committerTom Rini2022-07-05 17:04:59 -0400
commitf27bca4c27ef1503a85ad285a4a39c7c62fddc2d (patch)
tree54cdd8110b460063c2752d7e7e3b43d886ee577a /drivers/pci
parent4e7860288c2edb3d3f2e947e4a217e9a51787301 (diff)
Convert CONFIG_PCI_SCAN_SHOW to Kconfig
This converts the following to Kconfig: CONFIG_PCI_SCAN_SHOW Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index 0c74f95f604..f4c4aece58d 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -81,6 +81,10 @@ config PCI_ARID
support on PCI devices. This helps to skip some devices in BDF
scan that are not present.
+config PCI_SCAN_SHOW
+ bool "Show PCI devices during startup"
+ depends on PCIE_IMX
+
config PCIE_ECAM_GENERIC
bool "Generic ECAM-based PCI host controller support"
help