summaryrefslogtreecommitdiff
path: root/drivers/pci
diff options
context:
space:
mode:
authorMayuresh Chitale <mchitale@ventanamicro.com>2023-06-03 17:02:55 +0300
committerTom Rini <trini@konsulko.com>2023-06-20 00:19:44 +0300
commit32f5e9e5c1a787b351ab087ebe284182cfd83188 (patch)
tree03aff55fc0898f2d7d096776552e94ba2353b55e /drivers/pci
parent8ce6a2e1757718bb9e4e97f1fd7da94ba298fe73 (diff)
downloadu-boot-32f5e9e5c1a787b351ab087ebe284182cfd83188.tar.xz
nvme: pci: Enable for SPL
Enable NVME and PCI NVMe drivers for SPL builds. Also enable PCI_PNP for SPL which is required to auto configure the PCIe devices. Signed-off-by: Mayuresh Chitale <mchitale@ventanamicro.com>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index 60d98d1464..84a2ae951f 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -40,6 +40,12 @@ config PCI_PNP
help
Enable PCI memory and I/O space resource allocation and assignment.
+config SPL_PCI_PNP
+ bool "Enable Plug & Play support for PCI"
+ help
+ Enable PCI memory and I/O space resource allocation and assignment.
+ This is required to auto configure the enumerated devices.
+
config PCI_REGION_MULTI_ENTRY
bool "Enable Multiple entries of region type MEMORY in ranges for PCI"
help