Put CONFIG_EXPERT behind a .cfg toggle and disable by default. This should stay optional.

Fixes https://github.com/Frogging-Family/linux-tkg/issues/156
This commit is contained in:
Tk-Glitch
2021-01-15 19:56:26 +01:00
parent 1398ec3eaa
commit 6b67e77d5b
2 changed files with 6 additions and 1 deletions

View File

@@ -60,6 +60,9 @@ _configfile=""
# Disable some non-module debugging - See PKGBUILD for the list
_debugdisable="false"
# Set to true to enable CONFIG_EXPERT - No need to enable it if you don't know you need it
_config_expert="false"
# LEAVE AN EMPTY VALUE TO BE PROMPTED ABOUT FOLLOWING OPTIONS AT BUILD TIME
# CPU scheduler - Options are "upds" (TkG's Undead PDS), "pds", "bmq", "muqss" or "cfs"