diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2008-10-22 02:53:25 -0400 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-10-22 19:42:46 -0400 |
commit | 61cfc7e442c52c14e632d9af0e70779cfa04249d (patch) | |
tree | b5b556ce6f024f0faab4595dcaadf0b665e0fbb8 /init/Kconfig | |
parent | f18e9625e02bb3e5ba9e81104f14e9d904ab28c4 (diff) |
PCI: PCI_QUIRKS depends on PCI
commit 3d137310245e4cdc3e8c8ba1bea2e145a87ae8e3 ("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>
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 |