2012-11-19 20:23:13 +04:00
|
|
|
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.
|
2013-08-07 18:53:12 +04:00
|
|
|
|
2016-04-01 17:16:13 +03:00
|
|
|
config RESET_OXNAS
|
|
|
|
bool
|
|
|
|
|
2013-08-07 18:53:12 +04:00
|
|
|
source "drivers/reset/sti/Kconfig"
|
2015-11-20 05:10:05 +03:00
|
|
|
source "drivers/reset/hisilicon/Kconfig"
|