|
@@ -2642,7 +2642,7 @@ config PCI_DIRECT
|
|
config PCI_MMCONFIG
|
|
config PCI_MMCONFIG
|
|
bool "Support mmconfig PCI config space access" if X86_64
|
|
bool "Support mmconfig PCI config space access" if X86_64
|
|
default y
|
|
default y
|
|
- depends on PCI && (ACPI || SFI)
|
|
|
|
|
|
+ depends on PCI && (ACPI || SFI || JAILHOUSE_GUEST)
|
|
depends on X86_64 || (PCI_GOANY || PCI_GOMMCONFIG)
|
|
depends on X86_64 || (PCI_GOANY || PCI_GOMMCONFIG)
|
|
|
|
|
|
config PCI_OLPC
|
|
config PCI_OLPC
|
|
@@ -2658,6 +2658,10 @@ config PCI_DOMAINS
|
|
def_bool y
|
|
def_bool y
|
|
depends on PCI
|
|
depends on PCI
|
|
|
|
|
|
|
|
+config MMCONF_FAM10H
|
|
|
|
+ def_bool y
|
|
|
|
+ depends on X86_64 && PCI_MMCONFIG && ACPI
|
|
|
|
+
|
|
config PCI_CNB20LE_QUIRK
|
|
config PCI_CNB20LE_QUIRK
|
|
bool "Read CNB20LE Host Bridge Windows" if EXPERT
|
|
bool "Read CNB20LE Host Bridge Windows" if EXPERT
|
|
depends on PCI
|
|
depends on PCI
|