1 config ARCH_HAS_RESET_CONTROLLER
4 menuconfig RESET_CONTROLLER
5 bool "Reset Controller Support"
6 default y if ARCH_HAS_RESET_CONTROLLER
8 Generic Reset Controller support.
10 This framework is designed to abstract reset handling of devices
11 via GPIOs or SoC-internal reset controller modules.
18 tristate "Altera Arria10 System Resource Reset"
19 depends on MFD_ALTERA_A10SR
21 This option enables support for the external reset functions for
22 peripheral PHYs on the Altera Arria10 System Resource Chip.
25 bool "AR71xx Reset Driver" if COMPILE_TEST
28 This enables the ATH79 reset controller driver that supports the
29 AR71xx SoC reset controller.
32 bool "Berlin Reset Driver" if COMPILE_TEST
35 This enables the reset controller driver for Marvell Berlin SoCs.
38 bool "Gemini Reset Driver" if COMPILE_TEST
42 This enables the reset controller driver for Cortina Systems Gemini.
45 bool "i.MX7 Reset Driver" if COMPILE_TEST
49 This enables the reset controller driver for i.MX7 SoCs.
52 bool "LPC18xx/43xx Reset Driver" if COMPILE_TEST
55 This enables the reset controller driver for NXP LPC18xx/43xx SoCs.
58 bool "Meson Reset Driver" if COMPILE_TEST
61 This enables the reset driver for Amlogic Meson SoCs.
66 config RESET_PISTACHIO
67 bool "Pistachio Reset Driver" if COMPILE_TEST
68 default MACH_PISTACHIO
70 This enables the reset driver for ImgTec Pistachio SoCs.
73 bool "SoCFPGA Reset Driver" if COMPILE_TEST
76 This enables the reset controller driver for Altera SoCFPGAs.
79 bool "STM32 Reset Driver" if COMPILE_TEST
82 This enables the RCC reset controller driver for STM32 MCUs.
85 bool "Allwinner SoCs Reset Driver" if COMPILE_TEST && !ARCH_SUNXI
88 This enables the reset driver for Allwinner SoCs.
91 tristate "TI System Control Interface (TI-SCI) reset driver"
92 depends on TI_SCI_PROTOCOL
94 This enables the reset driver support over TI System Control Interface
95 available on some new TI's SoCs. If you wish to use reset resources
96 managed by the TI System Controller, say Y here. Otherwise, say N.
98 config RESET_TI_SYSCON
99 tristate "TI SYSCON Reset Driver"
103 This enables the reset driver support for TI devices with
104 memory-mapped reset registers as part of a syscon device node. If
105 you wish to use the reset framework for such memory-mapped devices,
106 say Y here. Otherwise, say N.
108 config RESET_UNIPHIER
109 tristate "Reset controller driver for UniPhier SoCs"
110 depends on ARCH_UNIPHIER || COMPILE_TEST
111 depends on OF && MFD_SYSCON
112 default ARCH_UNIPHIER
114 Support for reset controllers on UniPhier SoCs.
115 Say Y if you want to control reset signals provided by System Control
116 block, Media I/O block, Peripheral Block.
119 bool "ZTE ZX2967 Reset Driver"
120 depends on ARCH_ZX || COMPILE_TEST
122 This enables the reset controller driver for ZTE's zx2967 family.
125 bool "ZYNQ Reset Driver" if COMPILE_TEST
128 This enables the reset controller driver for Xilinx Zynq SoCs.
130 source "drivers/reset/sti/Kconfig"
131 source "drivers/reset/hisilicon/Kconfig"
132 source "drivers/reset/tegra/Kconfig"