diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-06-02 10:06:41 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-06-02 10:06:41 +0000 |
commit | 8c574a54715b92907cf66aa00ec11bc255917f73 (patch) | |
tree | d49442fc0d831daf7e89ef633866765064bfc337 /target/linux/ppc44x | |
parent | d55f73632998f491fc13a4369734c0a5da089098 (diff) | |
download | upstream-8c574a54715b92907cf66aa00ec11bc255917f73.tar.gz upstream-8c574a54715b92907cf66aa00ec11bc255917f73.tar.bz2 upstream-8c574a54715b92907cf66aa00ec11bc255917f73.zip |
enable PCIE on ppc44x as well
SVN-Revision: 16296
Diffstat (limited to 'target/linux/ppc44x')
-rw-r--r-- | target/linux/ppc44x/config-default | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ppc44x/config-default b/target/linux/ppc44x/config-default index 14196aa01c..84d0bfe50d 100644 --- a/target/linux/ppc44x/config-default +++ b/target/linux/ppc44x/config-default @@ -78,7 +78,8 @@ CONFIG_NET_SCH_FIFO=y CONFIG_NOT_COHERENT_CACHE=y # CONFIG_NVRAM is not set # CONFIG_OCOTEA is not set -# CONFIG_PCIEPORTBUS is not set +CONFIG_PCIEAER=y +CONFIG_PCIEPORTBUS=y # CONFIG_PCIPCWATCHDOG is not set CONFIG_PCI=y CONFIG_PCI_DOMAINS=y |