From: Sunil V L <sunilvl@ventanamicro.com> Date: Thu, 18 Jan 2024 06:29:30 +0000 (+0530) Subject: ACPI: Enable ACPI_PROCESSOR for RISC-V X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=359df7c5be4ba5c57f641010be7237ad9f09ea53;p=linux.git 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> --- diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 3c3f8037ebedd..1606eb622a9ff 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