Skip to content

Commit

Permalink
Enable CGroup controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVentura authored and RevySR committed Nov 12, 2023
1 parent 405d5a0 commit 1ef25ee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/riscv/configs/starfive_visionfive2_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,18 @@ CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_CGROUPS=y
CONFIG_CGROUP_SCHED=y
CONFIG_CGROUP_PIDS=y
CONFIG_BLK_CGROUP=y
CONFIG_MEMCG=y
CONFIG_MEMCG_SWAP=y
CONFIG_MEMCG_KMEM=y
CONFIG_CFS_BANDWIDTH=y
CONFIG_CGROUP_BPF=y
CONFIG_NAMESPACES=y
CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_USER_NS=y
CONFIG_CHECKPOINT_RESTORE=y
CONFIG_BLK_DEV_INITRD=y
Expand Down

0 comments on commit 1ef25ee

Please sign in to comment.