riscv: Kconfig: enable SCHED_MC kconfig
authorSong Shuai <suagrfillet@gmail.com>
Fri, 10 Mar 2023 11:03:36 +0000 (19:03 +0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Wed, 19 Apr 2023 03:35:43 +0000 (20:35 -0700)
commit8bf7b3b6676270c0ed3e4968608e1e052ecc8606
treeb3b5f4ba690daf415d572d46ac17668676930be2
parentc4b52d8b6c1de1e6359bef2d1394d5917940b3dc
riscv: Kconfig: enable SCHED_MC kconfig

RISC-V now builds the sched domain based on the simple possible map.

Enable SCHED_MC to make the building based on cpu_coregroup_mask()
which also takes care of the NUMA and cores with LLC.

Signed-off-by: Song Shuai <suagrfillet@gmail.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230310110336.970985-1-suagrfillet@gmail.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/Kconfig