diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-02 12:22:45 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-02 12:22:45 +0000 |
commit | a91ebc87ec3fd2331eed4ac12ae83bdb3d3ae36e (patch) | |
tree | 07e3a36484d79b138c194a1e030f08407ff10f85 | |
parent | 7724f3fbc34113a22da7a2c4cbceddadeb5bdd76 (diff) |
[ppc4xx]: add additional config symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23777 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ppc40x/config-default | 1 | ||||
-rw-r--r-- | target/linux/ppc44x/config-default | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ppc40x/config-default b/target/linux/ppc40x/config-default index bedc42d1a..da318a218 100644 --- a/target/linux/ppc40x/config-default +++ b/target/linux/ppc40x/config-default @@ -120,6 +120,7 @@ CONFIG_MTD_PHYSMAP_OF=y # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set CONFIG_NLS=m CONFIG_NOT_COHERENT_CACHE=y +CONFIG_NR_IRQS=512 CONFIG_OF=y CONFIG_OF_DEVICE=y CONFIG_OF_GPIO=y diff --git a/target/linux/ppc44x/config-default b/target/linux/ppc44x/config-default index bf540f6c3..fffead2f8 100644 --- a/target/linux/ppc44x/config-default +++ b/target/linux/ppc44x/config-default @@ -87,6 +87,7 @@ CONFIG_IBM_NEW_EMAC_TAH=y CONFIG_IBM_NEW_EMAC_TXB=128 CONFIG_IBM_NEW_EMAC=y CONFIG_IBM_NEW_EMAC_ZMII=y +# CONFIG_ICON is not set # CONFIG_IDE is not set CONFIG_INITRAMFS_SOURCE="" # CONFIG_IOMMU_HELPER is not set @@ -108,6 +109,7 @@ CONFIG_MTD_CFI_ADV_OPTIONS=y CONFIG_MTD_OF_PARTS=y CONFIG_MTD_PHYSMAP_OF=y CONFIG_NOT_COHERENT_CACHE=y +CONFIG_NR_IRQS=512 CONFIG_OF_DEVICE=y CONFIG_OF_GPIO=y CONFIG_OF=y @@ -127,6 +129,7 @@ CONFIG_PPC32=y CONFIG_PPC44x_SIMPLE=y CONFIG_PPC4xx_PCI_EXPRESS=y # CONFIG_PPC64 is not set +# CONFIG_PPC_47x is not set # CONFIG_PPC_85xx is not set # CONFIG_PPC_8xx is not set # CONFIG_PPC_970_NAP is not set |