From 85017c40f4efce11edd77e0caac14aed0fd690eb Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 27 Apr 2019 19:13:07 +0200 Subject: build: add a config option for enabling a testing version of the target kernel If the target supports a newer kernel version that is not used by default yet, it can be enabled with this option Signed-off-by: Felix Fietkau --- config/Config-build.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config') diff --git a/config/Config-build.in b/config/Config-build.in index 6d749476db..5132497e1d 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -36,6 +36,15 @@ menu "Global build settings" comment "General build options" + config TESTING_KERNEL + bool "Use the testing kernel version" + depends on HAS_TESTING_KERNEL + default n + help + If the target supports a newer kernel version than the default, + you can use this config option to enable it + + config DISPLAY_SUPPORT bool "Show packages that require graphics support (local or remote)" default n -- cgit v1.2.3