We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec3b5c commit 125884aCopy full SHA for 125884a
drivers/pci/Kconfig
@@ -8,4 +8,14 @@ menuconfig PCI
8
default n
9
---help---
10
Enables support for the PCI bus.
11
- Backend bust be provided by per-arch or per-board implementation.
+ Backend must be provided by per-arch or per-board implementation.
12
+
13
+if PCI
14
15
+config PCI_ASSIGN_ALL_BUSES
16
+ bool "Assign resource to all buses"
17
+ default !ARCH_X86 && !ARCH_X86_64
18
+ ---help---
19
+ Assign resources to all buses. This is required for some
20
+ platforms that have multiple PCI buses.
21
+endif
drivers/pci/Make.defs
@@ -20,7 +20,7 @@
ifeq ($(CONFIG_PCI),y)
22
23
-CSRCS += pci.c
+CSRCS += pci.c pci_ecam.c
24
25
# Include PCI device driver build support
26
0 commit comments