Skip to content
Snippets Groups Projects
Commit dcd9559b authored by Drew Fustini's avatar Drew Fustini
Browse files

RISC-V: QoS: add to build when CONFIG_RISCV_ISA_SSQOSID set


Add the sqoscfg CSR handling and the resctrl interface to the build when
CONFIG_RISCV_ISA_SSQOSID is set.

Co-developed-by: default avatarAdrien Ricciardi <aricciardi@baylibre.com>
Signed-off-by: default avatarAdrien Ricciardi <aricciardi@baylibre.com>
Signed-off-by: default avatarDrew Fustini <dfustini@baylibre.com>
parent 33401fc6
No related branches found
Tags v0.12.5
No related merge requests found
......@@ -89,3 +89,5 @@ obj-$(CONFIG_EFI) += efi.o
obj-$(CONFIG_COMPAT) += compat_syscall_table.o
obj-$(CONFIG_COMPAT) += compat_signal.o
obj-$(CONFIG_COMPAT) += compat_vdso/
obj-$(CONFIG_RISCV_ISA_SSQOSID) += qos/
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_RISCV_ISA_SSQOSID) += qos.o qos_resctrl.o
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment