|
@@ -2640,8 +2640,10 @@ config PCI_DIRECT
|
|
|
depends on PCI && (X86_64 || (PCI_GODIRECT || PCI_GOANY || PCI_GOOLPC || PCI_GOMMCONFIG))
|
|
|
|
|
|
config PCI_MMCONFIG
|
|
|
- def_bool y
|
|
|
- depends on X86_32 && PCI && (ACPI || SFI) && (PCI_GOMMCONFIG || PCI_GOANY)
|
|
|
+ bool "Support mmconfig PCI config space access" if X86_64
|
|
|
+ default y
|
|
|
+ depends on PCI && (ACPI || SFI)
|
|
|
+ depends on X86_64 || (PCI_GOANY || PCI_GOMMCONFIG)
|
|
|
|
|
|
config PCI_OLPC
|
|
|
def_bool y
|
|
@@ -2656,11 +2658,6 @@ config PCI_DOMAINS
|
|
|
def_bool y
|
|
|
depends on PCI
|
|
|
|
|
|
-config PCI_MMCONFIG
|
|
|
- bool "Support mmconfig PCI config space access"
|
|
|
- default y
|
|
|
- depends on X86_64 && PCI && (ACPI || SFI)
|
|
|
-
|
|
|
config PCI_CNB20LE_QUIRK
|
|
|
bool "Read CNB20LE Host Bridge Windows" if EXPERT
|
|
|
depends on PCI
|