blob: c9d04f79786232b8c1fc5f33e166c704349cd82e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
config ARCH_HAS_RESET_CONTROLLER
bool
menuconfig RESET_CONTROLLER
bool "Reset Controller Support"
default y if ARCH_HAS_RESET_CONTROLLER
help
Generic Reset Controller support.
This framework is designed to abstract reset handling of devices
via GPIOs or SoC-internal reset controller modules.
If unsure, say no.
|