diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-04-05 12:36:45 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-04-05 12:36:45 +0000 |
commit | 2fec7702dfa3c2cb5a3aa84594b0675bf29d6724 (patch) | |
tree | 8a4584c035ec3f28f4380d3a226a898e49c3542f /target/linux/malta/le/config-default | |
parent | b88f4444280ed8c543b6cd0c08e9d48a07c8d826 (diff) | |
download | master-187ad058-2fec7702dfa3c2cb5a3aa84594b0675bf29d6724.tar.gz master-187ad058-2fec7702dfa3c2cb5a3aa84594b0675bf29d6724.tar.bz2 master-187ad058-2fec7702dfa3c2cb5a3aa84594b0675bf29d6724.zip |
malta: move 32-bits options to subtarget config
Preliminary change to add support for MIPS64-based malta subtargets.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36210 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/malta/le/config-default')
-rw-r--r-- | target/linux/malta/le/config-default | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/malta/le/config-default b/target/linux/malta/le/config-default index 396e1b75f9..368eca098a 100644 --- a/target/linux/malta/le/config-default +++ b/target/linux/malta/le/config-default @@ -1,2 +1,10 @@ +CONFIG_32BIT=y +# CONFIG_64BIT is not set # CONFIG_CPU_BIG_ENDIAN is not set CONFIG_CPU_LITTLE_ENDIAN=y +CONFIG_CPU_MIPS32=y +# CONFIG_CPU_MIPS32_R1 is not set +CONFIG_CPU_MIPS32_R2=y +# CONFIG_CPU_MIPS64_R1 is not set +# CONFIG_CPU_MIPS64_R2 is not set +CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y |