summaryrefslogtreecommitdiffstats
path: root/drivers/pci/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/Kconfig')
-rw-r--r--drivers/pci/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index e11a02acce1b..9a2630c98be4 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -21,6 +21,15 @@ menuconfig PCI
21 support for PCI-X and the foundations for PCI Express support. 21 support for PCI-X and the foundations for PCI Express support.
22 Say 'Y' here unless you know what you are doing. 22 Say 'Y' here unless you know what you are doing.
23 23
24config PCI_DOMAINS
25 bool
26 depends on PCI
27
28config PCI_DOMAINS_GENERIC
29 bool
30 depends on PCI
31 select PCI_DOMAINS
32
24source "drivers/pci/pcie/Kconfig" 33source "drivers/pci/pcie/Kconfig"
25 34
26config PCI_MSI 35config PCI_MSI