diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2017-11-02 15:14:02 -0700 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-11-07 18:44:07 -0600 |
commit | 03ea2263c2ef22dd57f8fc6d54c44ccad3214520 (patch) | |
tree | 2aca5ffa111106a0eb6905ae2c13b81c6f0b4d0b /drivers/pci | |
parent | 03f41f288f7092311464d73af5621008f491f7cc (diff) | |
download | linux-stable-03ea2263c2ef22dd57f8fc6d54c44ccad3214520.tar.gz linux-stable-03ea2263c2ef22dd57f8fc6d54c44ccad3214520.tar.bz2 linux-stable-03ea2263c2ef22dd57f8fc6d54c44ccad3214520.zip |
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>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index c32a77fc8b03..658d40af887a 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -29,6 +29,15 @@ config PCI_MSI_IRQ_DOMAIN depends on PCI_MSI 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 bool "PCI Debugging" depends on PCI && DEBUG_KERNEL |