diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-11 09:50:11 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-11 09:50:11 +0000 |
commit | 8fe94a14fefb59fd0635c65d89f78c200b7b3fab (patch) | |
tree | dcb5140bbeb26ba513755e1a24e7f8eebdd55912 /target/linux/cobalt | |
parent | a97b123d80be9e250175bc6635912dd66d7ba78c (diff) |
do *not* enable CONFIG_PCI in generic config, but on targets where it makes sense instead (partially revert [18370])
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20136 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cobalt')
-rw-r--r-- | target/linux/cobalt/config-2.6.30 | 1 | ||||
-rw-r--r-- | target/linux/cobalt/config-2.6.32 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/cobalt/config-2.6.30 b/target/linux/cobalt/config-2.6.30 index bf150e816..078d2ddf8 100644 --- a/target/linux/cobalt/config-2.6.30 +++ b/target/linux/cobalt/config-2.6.30 @@ -165,6 +165,7 @@ CONFIG_NET_TULIP=y CONFIG_PAGEFLAGS_EXTENDED=y # CONFIG_PARTITION_ADVANCED is not set CONFIG_PATA_VIA=y +CONFIG_PCI=y CONFIG_PCI_DISABLE_COMMON_QUIRKS=y CONFIG_PCI_DOMAINS=y CONFIG_PCI_GT64XXX_PCI0=y diff --git a/target/linux/cobalt/config-2.6.32 b/target/linux/cobalt/config-2.6.32 index e1ade55f0..b561ce468 100644 --- a/target/linux/cobalt/config-2.6.32 +++ b/target/linux/cobalt/config-2.6.32 @@ -79,6 +79,7 @@ # CONFIG_NXP_STB225 is not set # CONFIG_PACKET_MMAP is not set # CONFIG_PARTITION_ADVANCED is not set +CONFIG_PCI=y # CONFIG_PMC_MSP is not set # CONFIG_PMC_YOSEMITE is not set # CONFIG_PNX8550_JBS is not set |