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 | f71d2a3f8e8dea7006e7884a03855037452c4545 (patch) | |
tree | dcb5140bbeb26ba513755e1a24e7f8eebdd55912 /target/linux/brcm63xx/config-2.6.33 | |
parent | 094269626643de7c9d359dbc53eb57dd0d3fbb11 (diff) | |
download | master-187ad058-f71d2a3f8e8dea7006e7884a03855037452c4545.tar.gz master-187ad058-f71d2a3f8e8dea7006e7884a03855037452c4545.tar.bz2 master-187ad058-f71d2a3f8e8dea7006e7884a03855037452c4545.zip |
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/brcm63xx/config-2.6.33')
-rw-r--r-- | target/linux/brcm63xx/config-2.6.33 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/config-2.6.33 b/target/linux/brcm63xx/config-2.6.33 index 22d519ccfb..c9dd63814b 100644 --- a/target/linux/brcm63xx/config-2.6.33 +++ b/target/linux/brcm63xx/config-2.6.33 @@ -196,6 +196,7 @@ CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=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_PHYLIB=y # CONFIG_PMC_MSP is not set |