aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSunil V L <[email protected]>2024-01-18 06:29:30 +0000
committerPalmer Dabbelt <[email protected]>2024-03-20 00:51:40 +0000
commit359df7c5be4ba5c57f641010be7237ad9f09ea53 (patch)
tree5b15d6d744063c5e2e59103d0f21464c83151443
parentACPI: RISC-V: Add LPI driver (diff)
downloadkernel-359df7c5be4ba5c57f641010be7237ad9f09ea53.tar.gz
kernel-359df7c5be4ba5c57f641010be7237ad9f09ea53.zip
ACPI: Enable ACPI_PROCESSOR for RISC-V
The ACPI processor driver is not currently enabled for RISC-V. This is required to enable CPU related functionalities like LPI and CPPC. Hence, enable ACPI_PROCESSOR for RISC-V. Signed-off-by: Sunil V L <[email protected]> Reviewed-by: Andrew Jones <[email protected]> Acked-by: Rafael J. Wysocki <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
-rw-r--r--drivers/acpi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 3c3f8037ebed..1606eb622a9f 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -286,7 +286,7 @@ config ACPI_CPPC_LIB
config ACPI_PROCESSOR
tristate "Processor"
- depends on X86 || ARM64 || LOONGARCH
+ depends on X86 || ARM64 || LOONGARCH || RISCV
select ACPI_PROCESSOR_IDLE
select ACPI_CPU_FREQ_PSS if X86 || LOONGARCH
select THERMAL