linux: explicit latest kernel version
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Tue, 19 Apr 2016 20:52:32 +0000 (16:52 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 20 Apr 2016 15:35:18 +0000 (17:35 +0200)
When setting BR2_LINUX_KERNEL_LATEST_VERSION, it is hard for the user to
know that this version is subject to change in the future.

Explicit this in the Kconfig entry text.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
linux/Config.in

index 53994a812b6a79f94ba7ae8277ed336fa83e6b3a..ef9348960270ce3ff244ba699bea6002d8f9f567 100644 (file)
@@ -27,7 +27,7 @@ choice
        prompt "Kernel version"
 
 config BR2_LINUX_KERNEL_LATEST_VERSION
-       bool "4.5.2"
+       bool "Latest version (4.5.2)"
 
 config BR2_LINUX_KERNEL_CUSTOM_VERSION
        bool "Custom version"