diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 113c74c07da4..44e9208f9c78 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -739,7 +739,8 @@ config VM_EVENT_COUNTERS | |||
739 | 739 | ||
740 | config PCI_QUIRKS | 740 | config PCI_QUIRKS |
741 | default y | 741 | default y |
742 | bool "Enable PCI quirk workarounds" if EMBEDDED && PCI | 742 | bool "Enable PCI quirk workarounds" if EMBEDDED |
743 | depends on PCI | ||
743 | help | 744 | help |
744 | This enables workarounds for various PCI chipset | 745 | This enables workarounds for various PCI chipset |
745 | bugs/quirks. Disable this only if your target machine is | 746 | bugs/quirks. Disable this only if your target machine is |