28b59890a6
Add a new reset driver for GD32 platforms. This driver controls the reset registers from the RCU peripheral. It can be used to restore peripherals to their initial state when initializing a device. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
# Copyright (c) 2022 Teslabs Engineering S.L.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config RESET_GD32
|
|
bool "GD32 Reset Controller Driver"
|
|
default y
|
|
depends on DT_HAS_GD_GD32_RCTL_ENABLED
|