diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-03-11 09:50:11 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-03-11 09:50:11 +0000 |
commit | e1863691d9b67e4e449d5725da41abcba95483e4 (patch) | |
tree | 23dd180bd06f1507b7160ebe8b47f9dd7c5f0841 /target/linux/au1000/au1500 | |
parent | 40bc5ef23442a5a075d2597626b6ba74586aec1b (diff) | |
download | upstream-e1863691d9b67e4e449d5725da41abcba95483e4.tar.gz upstream-e1863691d9b67e4e449d5725da41abcba95483e4.tar.bz2 upstream-e1863691d9b67e4e449d5725da41abcba95483e4.zip |
do *not* enable CONFIG_PCI in generic config, but on targets where it makes sense instead (partially revert [18370])
SVN-Revision: 20136
Diffstat (limited to 'target/linux/au1000/au1500')
-rw-r--r-- | target/linux/au1000/au1500/config-2.6.30 | 1 | ||||
-rw-r--r-- | target/linux/au1000/au1500/config-2.6.32 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/au1000/au1500/config-2.6.30 b/target/linux/au1000/au1500/config-2.6.30 index 74fad69dde..92ab1568f3 100644 --- a/target/linux/au1000/au1500/config-2.6.30 +++ b/target/linux/au1000/au1500/config-2.6.30 @@ -140,6 +140,7 @@ CONFIG_MTD_PHYSMAP=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PCSPKR_PLATFORM=y CONFIG_PHYLIB=y diff --git a/target/linux/au1000/au1500/config-2.6.32 b/target/linux/au1000/au1500/config-2.6.32 index 998a3f8f21..38a93cf0bb 100644 --- a/target/linux/au1000/au1500/config-2.6.32 +++ b/target/linux/au1000/au1500/config-2.6.32 @@ -138,6 +138,7 @@ CONFIG_MTD_PHYSMAP=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PCSPKR_PLATFORM=y CONFIG_PHYLIB=y |