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 <sunilvl@ventanamicro.com> Reviewed-by: Andrew Jones <ajones@ventanamicro.com> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Link: https://lore.kernel.org/r/20240118062930.245937-4-sunilvl@ventanamicro.com Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
This commit is contained in:
parent
4877fc9214
commit
359df7c5be
@ -286,7 +286,7 @@ config ACPI_CPPC_LIB
|
|||||||
|
|
||||||
config ACPI_PROCESSOR
|
config ACPI_PROCESSOR
|
||||||
tristate "Processor"
|
tristate "Processor"
|
||||||
depends on X86 || ARM64 || LOONGARCH
|
depends on X86 || ARM64 || LOONGARCH || RISCV
|
||||||
select ACPI_PROCESSOR_IDLE
|
select ACPI_PROCESSOR_IDLE
|
||||||
select ACPI_CPU_FREQ_PSS if X86 || LOONGARCH
|
select ACPI_CPU_FREQ_PSS if X86 || LOONGARCH
|
||||||
select THERMAL
|
select THERMAL
|
||||||
|
Loading…
Reference in New Issue
Block a user