Skip to content

Commit

Permalink
Revert "ci: Disable CGROUP for all defconfig"
Browse files Browse the repository at this point in the history
This reverts commit 5fd8d0e.

Signed-off-by: Han Gao <[email protected]>
  • Loading branch information
RevySR committed May 8, 2024
1 parent cc1c6f5 commit ea1c3ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions arch/riscv/configs/32-bit.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ CONFIG_ARCH_RV32I=y
CONFIG_32BIT=y
# CONFIG_PORTABLE is not set
CONFIG_NONPORTABLE=y
CONFIG_CGROUPS=n
1 change: 1 addition & 0 deletions arch/riscv/configs/64ilp32.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ CONFIG_ARCH_RV64ILP32=y
CONFIG_32BIT=y
# CONFIG_PORTABLE is not set
CONFIG_NONPORTABLE=y
CONFIG_CGROUPS=n
2 changes: 0 additions & 2 deletions arch/riscv/configs/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,9 @@ CONFIG_TORTURE_TEST=m
CONFIG_BLK_DEV_NBD=y
CONFIG_FUSE_FS=y
CONFIG_STRICT_KERNEL_RWX=n
CONFIG_CGROUPS=n
# Enable BPF_JIT & TEST_BPF
CONFIG_BPF_JIT=y
CONFIG_RUNTIME_TESTING_MENU=y
CONFIG_TEST_BPF=m
# TH1520
CONFIG_PINCTRL_TH1520=y

0 comments on commit ea1c3ea

Please sign in to comment.