diff options
Diffstat (limited to 'drivers/pci/Kconfig')
-rw-r--r-- | drivers/pci/Kconfig | 9 |
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 | ||
24 | config PCI_DOMAINS | ||
25 | bool | ||
26 | depends on PCI | ||
27 | |||
28 | config PCI_DOMAINS_GENERIC | ||
29 | bool | ||
30 | depends on PCI | ||
31 | select PCI_DOMAINS | ||
32 | |||
24 | source "drivers/pci/pcie/Kconfig" | 33 | source "drivers/pci/pcie/Kconfig" |
25 | 34 | ||
26 | config PCI_MSI | 35 | config PCI_MSI |