diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 24ac5db1..2c088527 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -34,6 +34,30 @@ choice
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config KERNEL_V_2_6_32_2
+    bool
+    prompt "2.6.32.2"
+
+config KERNEL_V_2_6_32_1
+    bool
+    prompt "2.6.32.1"
+
+config KERNEL_V_2_6_32
+    bool
+    prompt "2.6.32"
+
+config KERNEL_V_2_6_31_9
+    bool
+    prompt "2.6.31.9"
+
+config KERNEL_V_2_6_31_8
+    bool
+    prompt "2.6.31.8"
+
+config KERNEL_V_2_6_31_7
+    bool
+    prompt "2.6.31.7"
+
 config KERNEL_V_2_6_31_6
     bool
     prompt "2.6.31.6"
@@ -62,6 +86,10 @@ config KERNEL_V_2_6_31
     bool
     prompt "2.6.31"
 
+config KERNEL_V_2_6_30_10
+    bool
+    prompt "2.6.30.10"
+
 config KERNEL_V_2_6_30_9
     bool
     prompt "2.6.30.9"
@@ -112,9 +140,9 @@ config KERNEL_V_2_6_28_10
     prompt "2.6.28.10 (OBSOLETE)"
     depends on OBSOLETE
 
-config KERNEL_V_2_6_27_39
+config KERNEL_V_2_6_27_42
     bool
-    prompt "2.6.27.39 (long-term stable)"
+    prompt "2.6.27.42 (long-term stable)"
 
 endchoice
 
@@ -122,6 +150,12 @@ config KERNEL_VERSION
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "2.6.32.2" if KERNEL_V_2_6_32_2
+    default "2.6.32.1" if KERNEL_V_2_6_32_1
+    default "2.6.32" if KERNEL_V_2_6_32
+    default "2.6.31.9" if KERNEL_V_2_6_31_9
+    default "2.6.31.8" if KERNEL_V_2_6_31_8
+    default "2.6.31.7" if KERNEL_V_2_6_31_7
     default "2.6.31.6" if KERNEL_V_2_6_31_6
     default "2.6.31.5" if KERNEL_V_2_6_31_5
     default "2.6.31.4" if KERNEL_V_2_6_31_4
@@ -129,6 +163,7 @@ config KERNEL_VERSION
     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 "2.6.30.10" if KERNEL_V_2_6_30_10
     default "2.6.30.9" if KERNEL_V_2_6_30_9
     default "2.6.30.8" if KERNEL_V_2_6_30_8
     default "2.6.30.7" if KERNEL_V_2_6_30_7
@@ -141,7 +176,7 @@ config KERNEL_VERSION
     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.28.10" if KERNEL_V_2_6_28_10
-    default "2.6.27.39" if KERNEL_V_2_6_27_39
+    default "2.6.27.42" if KERNEL_V_2_6_27_42
 
 choice
     bool