summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--target/linux/generic/config-3.92
-rw-r--r--target/linux/malta/be64/config-default10
-rw-r--r--target/linux/malta/le64/config-default12
3 files changed, 12 insertions, 12 deletions
diff --git a/target/linux/generic/config-3.9 b/target/linux/generic/config-3.9
index e32c20b57..eaac3f662 100644
--- a/target/linux/generic/config-3.9
+++ b/target/linux/generic/config-3.9
@@ -2543,12 +2543,12 @@ CONFIG_RTC_DRV_CMOS=y
# CONFIG_RTC_DRV_X1205 is not set
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
-CONFIG_RTC_SYSTOHC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_LIB=y
+CONFIG_RTC_SYSTOHC=y
# CONFIG_RTL8180 is not set
# CONFIG_RTL8187 is not set
# CONFIG_RTL8192E is not set
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