summaryrefslogtreecommitdiff
path: root/config/kernel/linux.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/kernel/linux.in')
-rw-r--r--config/kernel/linux.in103
1 files changed, 31 insertions, 72 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 34c5422..9a388ee 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -34,6 +34,22 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config KERNEL_V_2_6_31_5
+ bool
+ prompt "2.6.31.5"
+
+config KERNEL_V_2_6_31_4
+ bool
+ prompt "2.6.31.4"
+
+config KERNEL_V_2_6_31_3
+ bool
+ prompt "2.6.31.3"
+
+config KERNEL_V_2_6_31_2
+ bool
+ prompt "2.6.31.2"
+
config KERNEL_V_2_6_31_1
bool
prompt "2.6.31.1"
@@ -42,6 +58,10 @@ config KERNEL_V_2_6_31
bool
prompt "2.6.31"
+config KERNEL_V_3_6_30_9
+ bool
+ prompt "3.6.30.9"
+
config KERNEL_V_3_6_30_8
bool
prompt "3.6.30.8"
@@ -80,75 +100,31 @@ config KERNEL_V_2_6_30
config KERNEL_V_2_6_29_6
bool
- prompt "2.6.29.6"
-
-config KERNEL_V_2_6_28_10
- bool
- prompt "2.6.28.10"
-
-config KERNEL_V_2_6_27_35
- bool
- prompt "2.6.27.35 (long-term stable)"
-
-config KERNEL_V_2_6_26_8
- bool
- prompt "2.6.26.8 (OBSOLETE)"
- depends on OBSOLETE
-
-config KERNEL_V_2_6_25_20
- bool
- prompt "2.6.25.20 (OBSOLETE)"
+ prompt "2.6.29.6 (OBSOLETE)"
depends on OBSOLETE
-config KERNEL_V_2_6_24_7
- bool
- prompt "2.6.24.7 (OBSOLETE)"
- depends on OBSOLETE
-
-config KERNEL_V_2_6_23_17
- bool
- prompt "2.6.23.17 (OBSOLETE)"
- depends on OBSOLETE
-
-config KERNEL_V_2_6_22_19
- bool
- prompt "2.6.22.19 (OBSOLETE)"
- depends on OBSOLETE
-
-config KERNEL_V_2_6_21_7
- bool
- prompt "2.6.21.7 (OBSOLETE)"
- depends on OBSOLETE
-
-config KERNEL_V_2_6_20_21
- bool
- prompt "2.6.20.21 (OBSOLETE)"
- depends on OBSOLETE
-
-config KERNEL_V_2_6_19_7
- bool
- prompt "2.6.19.7 (OBSOLETE)"
- depends on OBSOLETE
-
-config KERNEL_V_2_6_18_8
+config KERNEL_V_2_6_28_10
bool
- prompt "2.6.18.8 (OBSOLETE)"
+ prompt "2.6.28.10 (OBSOLETE)"
depends on OBSOLETE
-config KERNEL_V_select
+config KERNEL_V_2_6_27_38
bool
- prompt "Other version (EXPERIMENTAL)"
- depends on EXPERIMENTAL
+ prompt "2.6.27.38 (long-term stable)"
endchoice
config KERNEL_VERSION
string
- prompt "Kernel version" if KERNEL_V_select
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "2.6.31.5" if KERNEL_V_2_6_31_5
+ default "2.6.31.4" if KERNEL_V_2_6_31_4
+ default "2.6.31.3" if KERNEL_V_2_6_31_3
+ default "2.6.31.2" if KERNEL_V_2_6_31_2
default "2.6.31.1" if KERNEL_V_2_6_31_1
default "2.6.31" if KERNEL_V_2_6_31
+ default "3.6.30.9" if KERNEL_V_3_6_30_9
default "3.6.30.8" if KERNEL_V_3_6_30_8
default "3.6.30.7" if KERNEL_V_3_6_30_7
default "2.6.30.6" if KERNEL_V_2_6_30_6
@@ -159,25 +135,8 @@ config KERNEL_VERSION
default "2.6.30.1" if KERNEL_V_2_6_30_1
default "2.6.30" if KERNEL_V_2_6_30
default "2.6.29.6" if KERNEL_V_2_6_29_6
- default "2.6.29" if KERNEL_V_2_6_29
default "2.6.28.10" if KERNEL_V_2_6_28_10
- default "2.6.27.35" if KERNEL_V_2_6_27_35
- default "2.6.26.8" if KERNEL_V_2_6_26_8
- default "2.6.25.20" if KERNEL_V_2_6_25_20
- default "2.6.24.7" if KERNEL_V_2_6_24_7
- default "2.6.23.17" if KERNEL_V_2_6_23_17
- default "2.6.22.19" if KERNEL_V_2_6_22_19
- default "2.6.21.7" if KERNEL_V_2_6_21_7
- default "2.6.20.21" if KERNEL_V_2_6_20_21
- default "2.6.19.7" if KERNEL_V_2_6_19_7
- default "2.6.18.8" if KERNEL_V_2_6_18_8
- help
- Enter here the kernel version you want to use, if it is
- not listed above. Something like V.P.S or V.P.S.E, where:
- V: VERSION
- P: PATCHLEVEL
- S: SUBLEVEL
- E: EXTRAVERSION
+ default "2.6.27.38" if KERNEL_V_2_6_27_38
choice
bool