aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/Kconfig11
1 files changed, 4 insertions, 7 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 6bd763640925..573b7c49d9f8 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -2640,8 +2640,10 @@ config PCI_DIRECT
2640 depends on PCI && (X86_64 || (PCI_GODIRECT || PCI_GOANY || PCI_GOOLPC || PCI_GOMMCONFIG)) 2640 depends on PCI && (X86_64 || (PCI_GODIRECT || PCI_GOANY || PCI_GOOLPC || PCI_GOMMCONFIG))
2641 2641
2642config PCI_MMCONFIG 2642config PCI_MMCONFIG
2643 def_bool y 2643 bool "Support mmconfig PCI config space access" if X86_64
2644 depends on X86_32 && PCI && (ACPI || SFI) && (PCI_GOMMCONFIG || PCI_GOANY) 2644 default y
2645 depends on PCI && (ACPI || SFI)
2646 depends on X86_64 || (PCI_GOANY || PCI_GOMMCONFIG)
2645 2647
2646config PCI_OLPC 2648config PCI_OLPC
2647 def_bool y 2649 def_bool y
@@ -2656,11 +2658,6 @@ config PCI_DOMAINS
2656 def_bool y 2658 def_bool y
2657 depends on PCI 2659 depends on PCI
2658 2660
2659config PCI_MMCONFIG
2660 bool "Support mmconfig PCI config space access"
2661 default y
2662 depends on X86_64 && PCI && (ACPI || SFI)
2663
2664config PCI_CNB20LE_QUIRK 2661config PCI_CNB20LE_QUIRK
2665 bool "Read CNB20LE Host Bridge Windows" if EXPERT 2662 bool "Read CNB20LE Host Bridge Windows" if EXPERT
2666 depends on PCI 2663 depends on PCI