sys-kernel/coreos-modules: enable CONFIG_CPUSETS_V1

With Kernel 6.12 this is disabled by default and this can cause breakage
for existing workloads relying on this like the JVM.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2025-09-11 10:20:45 +02:00
parent 2d53fd92a6
commit 09a66bda0c
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8

View File

@ -117,6 +117,7 @@ CONFIG_CMDLINE="rootflags=rw mount.usrflags=ro"
CONFIG_CNIC=m
# CONFIG_COMPAT_BRK is not set
CONFIG_CPUSETS=y
CONFIG_CPUSETS_V1=y
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
CONFIG_CPU_FREQ_GOV_ONDEMAND=m