RISC-V: enable CONFIG_SYSRESET_SBI by default
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 5 Sep 2022 14:40:49 +0000 (16:40 +0200)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Tue, 6 Sep 2022 05:00:58 +0000 (13:00 +0800)
commit4a98207b2335b7108e964b831dc92f0333346c87
tree93a6c332df5ed07cbdc95099ed8104317128c0de
parentaa8aa48b4c32fafaf2c393b4a937b0b35668943e
RISC-V: enable CONFIG_SYSRESET_SBI by default

System reset via the SRST extension in the SBI should be the default.
The driver checks if the extension is available when probing.
So there is no risk in enabling it.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
drivers/sysreset/Kconfig