Skip to content

Commit

Permalink
PCI: PCI_QUIRKS depends on PCI
Browse files Browse the repository at this point in the history
commit 3d13731 ("PCI: allow quirks to be
compiled out") introduced CONFIG_PCI_QUIRKS, which now shows up in each
and every .config.  Fix this by making it depend on PCI.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
  • Loading branch information
Geert Uytterhoeven authored and Jesse Barnes committed Oct 22, 2008
1 parent f18e962 commit 61cfc7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,8 @@ config VM_EVENT_COUNTERS

config PCI_QUIRKS
default y
bool "Enable PCI quirk workarounds" if EMBEDDED && PCI
bool "Enable PCI quirk workarounds" if EMBEDDED
depends on PCI
help
This enables workarounds for various PCI chipset
bugs/quirks. Disable this only if your target machine is
Expand Down

0 comments on commit 61cfc7e

Please sign in to comment.