diff options
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r-- | arch/x86_64/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index eb80f5aca54e..cf013cb85ea4 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -738,6 +738,11 @@ config PCI_MMCONFIG | |||
738 | bool "Support mmconfig PCI config space access" | 738 | bool "Support mmconfig PCI config space access" |
739 | depends on PCI && ACPI | 739 | depends on PCI && ACPI |
740 | 740 | ||
741 | config PCI_DOMAINS | ||
742 | bool | ||
743 | depends on PCI | ||
744 | default y | ||
745 | |||
741 | source "drivers/pci/pcie/Kconfig" | 746 | source "drivers/pci/pcie/Kconfig" |
742 | 747 | ||
743 | source "drivers/pci/Kconfig" | 748 | source "drivers/pci/Kconfig" |