projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f18e962
)
PCI: PCI_QUIRKS depends on PCI
author
Geert Uytterhoeven
<
[email protected]
>
Wed, 22 Oct 2008 06:53:25 +0000
(08:53 +0200)
committer
Jesse Barnes
<
[email protected]
>
Wed, 22 Oct 2008 23:42:46 +0000
(16:42 -0700)
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 <
[email protected]
>
Signed-off-by: Jesse Barnes <
[email protected]
>
init/Kconfig
patch
|
blob
|
history
diff --git
a/init/Kconfig
b/init/Kconfig
index 113c74c07da411eefafbe0e03dbbb24dc527ec33..44e9208f9c78c850593109e62b112485d4baa8f4 100644
(file)
--- a/
init/Kconfig
+++ b/
init/Kconfig
@@
-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