From 47c0916c6f1372ba6acc2025e2bb6e75e7a47b40 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sat, 25 Feb 2023 11:54:23 +0100 Subject: [PATCH] pygoscelis: Enable CONFIG_CGROUP_DEVICE --- pygoscelis-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoscelis-config b/pygoscelis-config index a74269d..c91ab84 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -205,7 +205,7 @@ CONFIG_CGROUP_FREEZER=y CONFIG_CGROUP_HUGETLB=y CONFIG_CPUSETS=y # CONFIG_PROC_PID_CPUSET is not set -# CONFIG_CGROUP_DEVICE is not set +CONFIG_CGROUP_DEVICE=y CONFIG_CGROUP_CPUACCT=y # CONFIG_CGROUP_PERF is not set CONFIG_CGROUP_BPF=y