Get rid of the config_expert config toggle. We're enabling CONFIG_EXPERT and injecting config entries for unattended builds when futex2 is enabled, which is the only usecase we want to explicitly support at this point in time.

This commit is contained in:
Tk-Glitch
2021-02-23 19:43:41 +01:00
parent 43ae5c9fb3
commit ae9d056f35
2 changed files with 1 additions and 4 deletions

View File

@@ -60,9 +60,6 @@ _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"