summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2016-08-14 17:32:55 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-08-16 08:07:56 +0200
commitcc3f8bc16556f5d40ef006539cca7c3ba1300c7d (patch)
tree51a346ec5612a6664100a2d401f2925ab21ce4e2 /linux
parentbbe71a699abc65492a677682af21aa43286af397 (diff)
linux: fix comment about version choice
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'linux')
-rw-r--r--linux/Config.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/linux/Config.in b/linux/Config.in
index e02d138bc..306d077c1 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -18,10 +18,9 @@ config BR2_LINUX_NEEDS_MODULES
# Version selection. We provide the choice between:
#
# 1. A single fairly recent stable kernel version
-# 2. In case an internal toolchain has been built, the same kernel
-# version as the kernel headers
-# 3. A custom stable version
-# 4. A custom tarball
+# 2. A custom stable version
+# 3. A custom tarball
+# 4. A set of custom repository locations
#
choice
prompt "Kernel version"