Skip to content
Snippets Groups Projects
Verified Commit 12015bf8 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 4559f885
No related merge requests found
......@@ -97,3 +97,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