Skip to content
Snippets Groups Projects
Verified Commit 8d85a28d authored by Karel Koci's avatar Karel Koci :metal:
Browse files

configs/common: add HaaS specific kernel configuration

HaaS requires fair group scheduler so we should enable it. This ensures
that it is enabled so HaaS can build.
parent c75e5831
1 merge request!123Turris OS 5.0 (HBK)
......@@ -91,3 +91,7 @@ CONFIG_KERNEL_WATCHDOG_PRETIMEOUT_DEFAULT_GOV_PANIC=y
CONFIG_KERNEL_WATCHDOG_PRETIMEOUT_GOV_PANIC=y
CONFIG_KERNEL_WATCHDOG_SYSFS=y
CONFIG_KERNEL_WATCHDOG_NOWAYOUT=y
# HaaS
CONFIG_KERNEL_FAIR_GROUP_SCHED=y
CONFIG_KERNEL_CFS_BANDWIDTH=y
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment