blob: 0b2733db0e9e8ac67d5223b40a56966f6e10ecaa [file] [log] [blame]
Philipp Zabel61fc4132012-11-19 17:23:13 +01001config ARCH_HAS_RESET_CONTROLLER
2 bool
3
4menuconfig RESET_CONTROLLER
5 bool "Reset Controller Support"
6 default y if ARCH_HAS_RESET_CONTROLLER
7 help
8 Generic Reset Controller support.
9
10 This framework is designed to abstract reset handling of devices
11 via GPIOs or SoC-internal reset controller modules.
12
13 If unsure, say no.
Stephen Gallimoree5d76072013-08-07 15:53:12 +010014
Neil Armstrong6e667fa2016-04-01 16:16:13 +020015config RESET_OXNAS
16 bool
17
Stephen Gallimoree5d76072013-08-07 15:53:12 +010018source "drivers/reset/sti/Kconfig"
Chen Fengf59d23c2015-11-20 10:10:05 +080019source "drivers/reset/hisilicon/Kconfig"