target: make TESTING_KERNEL selectable

This commit is contained in:
CN_SZTL 2020-04-14 23:56:07 +08:00
parent 08d3bda9ab
commit 82c8447db8
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 11 additions and 0 deletions

View File

@ -47,6 +47,14 @@ 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

View File

@ -2,6 +2,9 @@ source "tmp/.config-target.in"
# Kernel/Hardware features
config HAS_TESTING_KERNEL
bool
config HAS_SPE_FPU
depends on powerpc
select HAS_FPU