Skip to content

Commit

Permalink
anolis: Kconfig: RICH_CONTAINER should select SCHED_SLI.
Browse files Browse the repository at this point in the history
ANBZ: torvalds#68

The SCHED_SLI should be setted automatically when RICH_CONTAINER is
setted. If RICH_CONTAINER is opened and SCHED_SLI closed, it makes no
sense to open the rich container.

Signed-off-by: Erwei Deng <[email protected]>
Reviewed-by: Yihao Wu <[email protected]>
Acked-by: Xunlei Pang <[email protected]>
  • Loading branch information
Dengerwei authored and shiloong committed Dec 15, 2021
1 parent 32ba989 commit dcff551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -936,6 +936,7 @@ config RICH_CONTAINER
depends on CGROUP_CPUACCT
depends on CFS_BANDWIDTH
depends on CPUSETS
select SCHED_SLI
default n
help
Make containers feel like VMs. Change the following interface
Expand Down

0 comments on commit dcff551

Please sign in to comment.