diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-05-22 11:42:33 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-05-22 11:42:33 +0000 |
commit | 04a1477c6e43045546012ed3106579254ce387a5 (patch) | |
tree | 9e0f6e376e74f04aa3e635452a841bba6daf0f8f /target/linux/ar71xx/config-2.6.28 | |
parent | 40ea70606a614eb2b19e6191e2a95c93a647565b (diff) | |
download | upstream-04a1477c6e43045546012ed3106579254ce387a5.tar.gz upstream-04a1477c6e43045546012ed3106579254ce387a5.tar.bz2 upstream-04a1477c6e43045546012ed3106579254ce387a5.zip |
disable unnecessary PCI quirks
SVN-Revision: 15986
Diffstat (limited to 'target/linux/ar71xx/config-2.6.28')
-rw-r--r-- | target/linux/ar71xx/config-2.6.28 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.28 b/target/linux/ar71xx/config-2.6.28 index 28cae671f4..b4926cee1c 100644 --- a/target/linux/ar71xx/config-2.6.28 +++ b/target/linux/ar71xx/config-2.6.28 @@ -144,6 +144,7 @@ CONFIG_NET_DSA_TAG_TRAILER=y # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PCI=y +CONFIG_PCI_DISABLE_COMMON_QUIRKS=y CONFIG_PCI_DOMAINS=y # CONFIG_PCSPKR_PLATFORM is not set CONFIG_PHYLIB=y |