diff options
author | Sunil V L <[email protected]> | 2023-05-15 11:19:27 +0530 |
---|---|---|
committer | Palmer Dabbelt <[email protected]> | 2023-06-01 08:45:14 -0700 |
commit | 0b8e15ca008260cf28b354e27f3d2824f33a18b2 (patch) | |
tree | 5688b3f7f96cd45fae8189f271bc15b267482690 | |
parent | 714aa1d1c8cad1c005bb93a1ba46dfa145ec2e6f (diff) |
RISC-V: Enable ACPI in defconfig
Add support to build ACPI subsystem in defconfig.
Signed-off-by: Sunil V L <[email protected]>
Acked-by: Rafael J. Wysocki <[email protected]>
Reviewed-by: Andrew Jones <[email protected]>
Reviewed-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Palmer Dabbelt <[email protected]>
-rw-r--r-- | arch/riscv/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index d98d6e90b2b8..d3d1fbf2dd5f 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 |