[PATCH RFC v6 18/18] riscv: enable resctrl filesystem for Ssqosid
Drew Fustini <[email protected]> Mon, 01 Jun 2026 13:36:12 -0700
| Newsgroups | dev.linux.lists.acpica-devel,dev.linux.lists.linux-rt-devel,org.infradead.lists.linux-riscv,org.kernel.vger.linux-acpi,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
RISCV_ISA_SSQOSID selects RISCV_CBQRI_DRIVER unconditionally. The resctrl filesystem integration is gated separately by RISCV_CBQRI_RESCTRL_FS, a silent option that defaults to y when both RISCV_CBQRI_DRIVER and RESCTRL_FS are enabled. Enabling the resctrl filesystem itself stays a user choice via the standard fs/Kconfig MISC_FILESYSTEMS menu. Signed-off-by: Drew Fustini <[email protected]> --- arch/riscv/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index 390353a6153a..dd65248df117 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig @@ -596,6 +596,7 @@ config RISCV_ISA_SSQOSID depends on 64BIT default n select ARCH_HAS_CPU_RESCTRL + select RISCV_CBQRI_DRIVER help Adds support for the Ssqosid ISA extension (Supervisor-mode Quality of Service ID). -- 2.43.0