PCI: Move PCI_QUIRKS to the PCI bus menu
Localize PCI_QUIRKS in the PCI bus menu. Move PCI_QUIRKS to the PCI bus menu instead of the (often broken) General Setup EXPERT menu. The prompt still depends on EXPERT. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
committed by
Bjorn Helgaas
parent
03f41f288f
commit
03ea2263c2
@@ -29,6 +29,15 @@ config PCI_MSI_IRQ_DOMAIN
|
|||||||
depends on PCI_MSI
|
depends on PCI_MSI
|
||||||
select GENERIC_MSI_IRQ_DOMAIN
|
select GENERIC_MSI_IRQ_DOMAIN
|
||||||
|
|
||||||
|
config PCI_QUIRKS
|
||||||
|
default y
|
||||||
|
bool "Enable PCI quirk workarounds" if EXPERT
|
||||||
|
depends on PCI
|
||||||
|
help
|
||||||
|
This enables workarounds for various PCI chipset bugs/quirks.
|
||||||
|
Disable this only if your target machine is unaffected by PCI
|
||||||
|
quirks.
|
||||||
|
|
||||||
config PCI_DEBUG
|
config PCI_DEBUG
|
||||||
bool "PCI Debugging"
|
bool "PCI Debugging"
|
||||||
depends on PCI && DEBUG_KERNEL
|
depends on PCI && DEBUG_KERNEL
|
||||||
|
|||||||
@@ -1379,15 +1379,6 @@ config USERFAULTFD
|
|||||||
Enable the userfaultfd() system call that allows to intercept and
|
Enable the userfaultfd() system call that allows to intercept and
|
||||||
handle page faults in userland.
|
handle page faults in userland.
|
||||||
|
|
||||||
config PCI_QUIRKS
|
|
||||||
default y
|
|
||||||
bool "Enable PCI quirk workarounds" if EXPERT
|
|
||||||
depends on PCI
|
|
||||||
help
|
|
||||||
This enables workarounds for various PCI chipset
|
|
||||||
bugs/quirks. Disable this only if your target machine is
|
|
||||||
unaffected by PCI quirks.
|
|
||||||
|
|
||||||
config MEMBARRIER
|
config MEMBARRIER
|
||||||
bool "Enable membarrier() system call" if EXPERT
|
bool "Enable membarrier() system call" if EXPERT
|
||||||
default y
|
default y
|
||||||
|
|||||||
Reference in New Issue
Block a user