summaryrefslogtreecommitdiff
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2016-02-06 00:06:17 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-06 10:58:24 +0100
commite3e0583f9085eff4cd6d58460f4d044e895d6775 (patch)
treed1fd674693aa0fcb10e76927340a12929091d157 /Config.in.legacy
parent036ac26a29f636582ebdec99e02a88c8926fafc4 (diff)
linux: drop the option to use the same version as that of the headers
It is no longer meaningful, now that we have the option to use the kernel version for the linux headers, as it is more logical and more versatile. Add it to legacy. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy10
1 files changed, 10 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 793b11619..b38cf9079 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,16 @@ endif
###############################################################################
comment "Legacy options removed in 2016.02"
+config BR2_LINUX_KERNEL_SAME_AS_HEADERS
+ bool "using the linux headers version for the kernel has been removed"
+ select BR2_LEGACY
+ help
+ The option to use the version of the kernel headers for the
+ kernel to build has been removed.
+
+ There is now the converse, better-suited and more versatile
+ option to use the kernel version for the linux headers.
+
config BR2_PACKAGE_CUPS_PDFTOPS
bool "Pdftops support has been removed from Cups"
select BR2_LEGACY