diff options
author | Anup Patel <Anup.Patel@wdc.com> | 2019-12-03 03:49:37 +0000 |
---|---|---|
committer | Palmer Dabbelt <palmerdabbelt@google.com> | 2020-03-05 10:48:45 -0800 |
commit | 81e2d3c52c0ef819d2fe68ebe2e167045938929e (patch) | |
tree | 2e0ff3df2f088a340fc4dc0fcfdccf152451d03d /arch/riscv/configs/defconfig | |
parent | a4485398b6b86334aa26dff5088b3e7e8a87682d (diff) | |
download | linux-rpi-81e2d3c52c0ef819d2fe68ebe2e167045938929e.tar.gz linux-rpi-81e2d3c52c0ef819d2fe68ebe2e167045938929e.tar.bz2 linux-rpi-81e2d3c52c0ef819d2fe68ebe2e167045938929e.zip |
RISC-V: Select SYSCON Reboot and Poweroff for QEMU virt machine
The SYSCON Reboot and Poweroff drivers can be used on QEMU virt machine
to reboot or poweroff the system hence we select these drivers using
QEMU virt machine kconfig option.
Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Palmer Dabbelt <palmerdabbelt@google.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.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 189c97c0d2e6..b15fc2c71d8b 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -58,6 +58,7 @@ CONFIG_HW_RANDOM=y CONFIG_SPI=y CONFIG_SPI_SIFIVE=y # CONFIG_PTP_1588_CLOCK is not set +CONFIG_POWER_RESET=y CONFIG_DRM=y CONFIG_DRM_RADEON=y CONFIG_FRAMEBUFFER_CONSOLE=y |