diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-01-16 01:24:53 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-01-16 01:24:53 +0000 |
commit | abe893ed14cce2c3007bc6d2765a57646a6e16a3 (patch) | |
tree | 12e36b78ddf9eac83324a2b12d6097a1b396c964 /target/linux/mpc85xx/config-default | |
parent | 42d75d55ce884cc1ae057e15e9936e789d1aaf6c (diff) |
mpc85xx: fix mpc8548 support (reorder serial ports, add default stdout path to device tree), enable pcie
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25015 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc85xx/config-default')
-rw-r--r-- | target/linux/mpc85xx/config-default | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/config-default b/target/linux/mpc85xx/config-default index dfde39343..2b8e84c1c 100644 --- a/target/linux/mpc85xx/config-default +++ b/target/linux/mpc85xx/config-default @@ -170,7 +170,10 @@ CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PAGE_OFFSET=0xc0000000 # CONFIG_PARTITION_ADVANCED is not set CONFIG_PCI=y -# CONFIG_PCIEPORTBUS is not set +CONFIG_PCIEAER=y +CONFIG_PCIEASPM=y +# CONFIG_PCIEASPM_DEBUG is not set +CONFIG_PCIEPORTBUS=y CONFIG_PCI_DOMAINS=y CONFIG_PHYLIB=y CONFIG_PHYSICAL_ALIGN=0x04000000 |