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"

config A10SYCON_RESET
	tristate "Altera Arria10 System Control Reset"
	depends on RESET_CONTROLLER && MFD_A10SYCON
	help
	  This option enables support for the external reset functions
	  on the Altera Arria10 System Controller.
