diff options
author | Anup Patel <anup.patel@wdc.com> | 2022-02-10 06:49:47 +0100 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2022-03-10 18:29:59 +0100 |
commit | c5179ef1ca0c39dab6955be6b0e3c034cc4164c8 (patch) | |
tree | 05d860e1bb8583ca1e55fb180fc62f955610b789 /arch/riscv/configs/defconfig | |
parent | dt-bindings: Add common bindings for ARM and RISC-V idle states (diff) | |
download | linux-c5179ef1ca0c39dab6955be6b0e3c034cc4164c8.tar.xz linux-c5179ef1ca0c39dab6955be6b0e3c034cc4164c8.zip |
RISC-V: Enable RISC-V SBI CPU Idle driver for QEMU virt machine
We enable RISC-V SBI CPU Idle driver for QEMU virt machine to test
SBI HSM Supend on QEMU.
Signed-off-by: Anup Patel <anup.patel@wdc.com>
Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'arch/riscv/configs/defconfig')
-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 a5e0482a4969..b8c882b70b02 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -20,6 +20,7 @@ CONFIG_SOC_SIFIVE=y CONFIG_SOC_VIRT=y CONFIG_SMP=y CONFIG_HOTPLUG_CPU=y +CONFIG_PM=y CONFIG_CPU_IDLE=y CONFIG_VIRTUALIZATION=y CONFIG_KVM=m |