mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
reset: canaan: k230: drop OF dependency and enable by default
The driver doesn't use any symbols depending on CONFIG_OF, so drop the
dependency. Also, enable it by default when ARCH_CANAAN is selected.
Fixes: 360a7a6477 ("reset: canaan: add reset driver for Kendryte K230")
Signed-off-by: Junhui Liu <junhui.liu@pigmoral.tech>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
This commit is contained in:
parent
c5b7cd9ade
commit
c7a5e01e22
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ config RESET_K210
|
|||
config RESET_K230
|
||||
tristate "Reset controller driver for Canaan Kendryte K230 SoC"
|
||||
depends on ARCH_CANAAN || COMPILE_TEST
|
||||
depends on OF
|
||||
default ARCH_CANAAN
|
||||
help
|
||||
Support for the Canaan Kendryte K230 RISC-V SoC reset controller.
|
||||
Say Y if you want to control reset signals provided by this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue