summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>2016-04-19 16:52:32 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-04-20 17:35:18 +0200
commit42f22d687d021f8f0ca6c6f444fc772f451000eb (patch)
tree8d6322b92b1aac96f5807a709f41bd824aa56d7b /linux
parent6c63174316ff925491cd82bb456ab78a83b9fc32 (diff)
linux: explicit latest kernel version
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>
Diffstat (limited to 'linux')
-rw-r--r--linux/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Config.in b/linux/Config.in
index 53994a812..ef9348960 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -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"