summaryrefslogtreecommitdiffstats
path: root/target/linux/malta
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-06 11:40:41 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-06 11:40:41 +0000
commit73a7b1a5c8e06d4dd01733efdd79a6c72d48f2a4 (patch)
tree8433de62d2465a355750d4934ac45befb219dda6 /target/linux/malta
parent2861cbfdf1d64082ac1c5213727ccb0b7f87919c (diff)
refresh kernel configs with kconfig.pl
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36214 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/malta')
-rw-r--r--target/linux/malta/be64/config-default10
-rw-r--r--target/linux/malta/le64/config-default12
2 files changed, 11 insertions, 11 deletions
diff --git a/target/linux/malta/be64/config-default b/target/linux/malta/be64/config-default
index 6caac8aac..373b33d24 100644
--- a/target/linux/malta/be64/config-default
+++ b/target/linux/malta/be64/config-default
@@ -1,9 +1,5 @@
-CONFIG_64BIT=y
# CONFIG_32BIT is not set
-CONFIG_MIPS32_COMPAT=y
-CONFIG_MIPS32_O32=y
-CONFIG_MIPS32_N32=y
-# CONFIG_HUGETLBFS is not set
+CONFIG_64BIT=y
CONFIG_CPU_BIG_ENDIAN=y
# CONFIG_CPU_LITTLE_ENDIAN is not set
CONFIG_CPU_MIPS32=y
@@ -12,3 +8,7 @@ CONFIG_CPU_MIPS32=y
CONFIG_CPU_MIPS64_R1=y
# CONFIG_CPU_MIPS64_R2 is not set
CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y
+# CONFIG_HUGETLBFS is not set
+CONFIG_MIPS32_COMPAT=y
+CONFIG_MIPS32_N32=y
+CONFIG_MIPS32_O32=y
diff --git a/target/linux/malta/le64/config-default b/target/linux/malta/le64/config-default
index 1c13abf88..2526b07ca 100644
--- a/target/linux/malta/le64/config-default
+++ b/target/linux/malta/le64/config-default
@@ -1,14 +1,14 @@
-CONFIG_64BIT=y
# CONFIG_32BIT is not set
-CONFIG_MIPS32_COMPAT=y
-CONFIG_MIPS32_O32=y
-CONFIG_MIPS32_N32=y
-# CONFIG_HUGETLBFS is not set
+CONFIG_64BIT=y
# CONFIG_CPU_BIG_ENDIAN is not set
CONFIG_CPU_LITTLE_ENDIAN=y
-CONFIG_CPU_MIPS64=y
# CONFIG_CPU_MIPS32_R1 is not set
# CONFIG_CPU_MIPS32_R2 is not set
+CONFIG_CPU_MIPS64=y
CONFIG_CPU_MIPS64_R1=y
# CONFIG_CPU_MIPS64_R2 is not set
CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y
+# CONFIG_HUGETLBFS is not set
+CONFIG_MIPS32_COMPAT=y
+CONFIG_MIPS32_N32=y
+CONFIG_MIPS32_O32=y