diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-01-14 07:03:42 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-01-14 07:03:42 +0000 |
commit | 36ef371f8e52b6b66ed635dc7024b091c63e5b25 (patch) | |
tree | 9a8e5cf0ca8aa84f4f9572dee74d42f441c42c14 /target/linux/bcm53xx | |
parent | 8ae4b8ea1ea722a49ce8ec99d3c0ba8c4acfe38c (diff) | |
download | upstream-36ef371f8e52b6b66ed635dc7024b091c63e5b25.tar.gz upstream-36ef371f8e52b6b66ed635dc7024b091c63e5b25.tar.bz2 upstream-36ef371f8e52b6b66ed635dc7024b091c63e5b25.zip |
bcm53xx: enable HIGHMEM to support more than 128 MiB of RAM
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43964 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/bcm53xx')
-rw-r--r-- | target/linux/bcm53xx/config-3.14 | 3 | ||||
-rw-r--r-- | target/linux/bcm53xx/config-3.18 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/config-3.14 b/target/linux/bcm53xx/config-3.14 index 0d3db9978f..d05832075d 100644 --- a/target/linux/bcm53xx/config-3.14 +++ b/target/linux/bcm53xx/config-3.14 @@ -57,6 +57,7 @@ CONFIG_BCMA_HOST_PCI_POSSIBLE=y CONFIG_BCMA_HOST_SOC=y # CONFIG_BCM_KONA_WDT is not set CONFIG_BGMAC=y +CONFIG_BOUNCE=y CONFIG_CACHE_L2X0=y CONFIG_CACHE_PL310=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y @@ -167,6 +168,8 @@ CONFIG_HAVE_SMP=y CONFIG_HAVE_SYSCALL_TRACEPOINTS=y CONFIG_HAVE_UID16=y CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y +CONFIG_HIGHMEM=y +# CONFIG_HIGHPTE is not set CONFIG_HZ_FIXED=0 CONFIG_HZ_PERIODIC=y CONFIG_INITRAMFS_SOURCE="" diff --git a/target/linux/bcm53xx/config-3.18 b/target/linux/bcm53xx/config-3.18 index 7bcf56a533..d08e667794 100644 --- a/target/linux/bcm53xx/config-3.18 +++ b/target/linux/bcm53xx/config-3.18 @@ -61,6 +61,7 @@ CONFIG_BCMA_HOST_PCI=y CONFIG_BCMA_HOST_PCI_POSSIBLE=y CONFIG_BCMA_HOST_SOC=y CONFIG_BGMAC=y +CONFIG_BOUNCE=y CONFIG_CACHE_L2X0=y CONFIG_CACHE_PL310=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y @@ -171,6 +172,8 @@ CONFIG_HAVE_SMP=y CONFIG_HAVE_SYSCALL_TRACEPOINTS=y CONFIG_HAVE_UID16=y CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y +CONFIG_HIGHMEM=y +# CONFIG_HIGHPTE is not set CONFIG_HZ_FIXED=0 CONFIG_HZ_PERIODIC=y CONFIG_INITRAMFS_SOURCE="" |