fix config
This commit is contained in:
parent
dcf01b893d
commit
0f69e6a7ab
1 changed files with 10 additions and 10 deletions
|
|
@ -25,16 +25,16 @@ self: super: {
|
||||||
version = "${mmp}-tkg-Lava";
|
version = "${mmp}-tkg-Lava";
|
||||||
isZen = true;
|
isZen = true;
|
||||||
structuredExtraConfig = with super.lib.kernel; {
|
structuredExtraConfig = with super.lib.kernel; {
|
||||||
CONFIG_LOCALVERSION = freeform "-tkg-Lava";
|
LOCALVERSION = freeform "-tkg-Lava";
|
||||||
CONFIG_ZENIFY = yes;
|
ZENIFY = yes;
|
||||||
CONFIG_FUTEX2 = yes;
|
FUTEX2 = yes;
|
||||||
CONFIG_SCHED_ALT = yes;
|
SCHED_ALT = yes;
|
||||||
CONFIG_SCHED_PDS = yes;
|
SCHED_PDS = yes;
|
||||||
CONFIG_MHASWELL = yes;
|
MHASWELL = yes;
|
||||||
CONFIG_NO_HZ = yes;
|
NO_HZ = yes;
|
||||||
CONFIG_NO_HZ_IDLE = yes;
|
NO_HZ_IDLE = yes;
|
||||||
CONFIG_HZ_100 = yes;
|
HZ_100 = yes;
|
||||||
CONFIG_WINESYNC = yes;
|
WINESYNC = yes;
|
||||||
};
|
};
|
||||||
ignoreConfigErrors = true;
|
ignoreConfigErrors = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue