]> Git Repo - buildroot-mgba.git/blobdiff - linux/Config.in
linux: bump default to version 4.15.1
[buildroot-mgba.git] / linux / Config.in
index ace007cc9b2c4147686b3a2efadb8a3164a901e6..1bc817129110e0859e32d05a16643e3a4f06f3c2 100644 (file)
@@ -26,10 +26,10 @@ choice
        prompt "Kernel version"
 
 config BR2_LINUX_KERNEL_LATEST_VERSION
-       bool "Latest version (4.11)"
+       bool "Latest version (4.15)"
 
 config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
-       bool "Latest CIP SLTS version (v4.4.55-cip3)"
+       bool "Latest CIP SLTS version (v4.4.112-cip18)"
        help
          CIP launched in the spring of 2016 to address the needs of
          organizations in industries such as power generation and
@@ -116,8 +116,8 @@ endif
 
 config BR2_LINUX_KERNEL_VERSION
        string
-       default "4.11" if BR2_LINUX_KERNEL_LATEST_VERSION
-       default "v4.4.55-cip3" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
+       default "4.15.1" if BR2_LINUX_KERNEL_LATEST_VERSION
+       default "v4.4.112-cip18" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
        default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
                if BR2_LINUX_KERNEL_CUSTOM_VERSION
        default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL
@@ -368,7 +368,7 @@ choice
        default BR2_LINUX_KERNEL_USE_INTREE_DTS
 
 config BR2_LINUX_KERNEL_USE_INTREE_DTS
-       bool "Use a device tree present in the kernel."
+       bool "Use a device tree present in the kernel"
        help
          Use a device tree source distributed with
          the kernel sources. The dts files are located
This page took 0.026825 seconds and 4 git commands to generate.