From: Sunil V L Date: Mon, 15 May 2023 05:49:27 +0000 (+0530) Subject: RISC-V: Enable ACPI in defconfig X-Git-Tag: v6.5-rc1~120^2~19^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b8e15ca008260cf28b354e27f3d2824f33a18b2;p=thirdparty%2Fkernel%2Flinux.git RISC-V: Enable ACPI in defconfig Add support to build ACPI subsystem in defconfig. Signed-off-by: Sunil V L Acked-by: Rafael J. Wysocki Reviewed-by: Andrew Jones Reviewed-by: Conor Dooley Link: https://lore.kernel.org/r/20230515054928.2079268-21-sunilvl@ventanamicro.com Signed-off-by: Palmer Dabbelt --- diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index d98d6e90b2b82..d3d1fbf2dd5f8 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -37,6 +37,7 @@ CONFIG_PM=y CONFIG_CPU_IDLE=y CONFIG_VIRTUALIZATION=y CONFIG_KVM=m +CONFIG_ACPI=y CONFIG_JUMP_LABEL=y CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y