diff options
Diffstat (limited to 'config/Config-build.in')
-rw-r--r-- | config/Config-build.in | 9 |
1 files changed, 9 insertions, 0 deletions
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 |