You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
367 B
15 lines
367 B
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. |
|
|
|
source "drivers/reset/sti/Kconfig"
|
|
|