Skip to content

Commit

Permalink
ACPI: Enable ACPI_PROCESSOR for RISC-V
Browse files Browse the repository at this point in the history
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 <sunilvl@ventanamicro.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Signed-off-by: Björn Töpel <bjorn@rivosinc.com>
  • Loading branch information
vlsunil authored and Björn Töpel committed Jan 24, 2024
1 parent aa18363 commit 3e5a04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e5a04a

Please sign in to comment.