summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2017-11-02 18:14:02 -0400
committerBjorn Helgaas <bhelgaas@google.com>2017-11-07 19:44:07 -0500
commit03ea2263c2ef22dd57f8fc6d54c44ccad3214520 (patch)
tree2aca5ffa111106a0eb6905ae2c13b81c6f0b4d0b /init
parent03f41f288f7092311464d73af5621008f491f7cc (diff)
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 'init')
-rw-r--r--init/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 78cb2461012e..b5a1cb415f46 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1379,15 +1379,6 @@ config USERFAULTFD
1379 Enable the userfaultfd() system call that allows to intercept and 1379 Enable the userfaultfd() system call that allows to intercept and
1380 handle page faults in userland. 1380 handle page faults in userland.
1381 1381
1382config PCI_QUIRKS
1383 default y
1384 bool "Enable PCI quirk workarounds" if EXPERT
1385 depends on PCI
1386 help
1387 This enables workarounds for various PCI chipset
1388 bugs/quirks. Disable this only if your target machine is
1389 unaffected by PCI quirks.
1390
1391config MEMBARRIER 1382config MEMBARRIER
1392 bool "Enable membarrier() system call" if EXPERT 1383 bool "Enable membarrier() system call" if EXPERT
1393 default y 1384 default y