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/mpc83xx | |
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/mpc83xx')
-rw-r--r-- | target/linux/mpc83xx/config-2.6.32 | 1 | ||||
-rw-r--r-- | target/linux/mpc83xx/config-default | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/mpc83xx/config-2.6.32 b/target/linux/mpc83xx/config-2.6.32 index 030a7b411..15e121a58 100644 --- a/target/linux/mpc83xx/config-2.6.32 +++ b/target/linux/mpc83xx/config-2.6.32 @@ -130,6 +130,7 @@ CONFIG_OF_MDIO=y CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PAGE_OFFSET=0xc0000000 CONFIG_PATA_RB_PPC=m +CONFIG_PCI=y CONFIG_PCIEAER=y # CONFIG_PCIEAER_INJECT is not set CONFIG_PCIEPORTBUS=y diff --git a/target/linux/mpc83xx/config-default b/target/linux/mpc83xx/config-default index 20413ec21..eb1889f5b 100644 --- a/target/linux/mpc83xx/config-default +++ b/target/linux/mpc83xx/config-default @@ -124,6 +124,7 @@ CONFIG_OF=y CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PAGE_OFFSET=0xc0000000 CONFIG_PATA_RB_PPC=m +CONFIG_PCI=y CONFIG_PCI_DISABLE_COMMON_QUIRKS=y CONFIG_PCI_DOMAINS=y # CONFIG_PCIEAER_INJECT is not set |