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 "AXS10x Reset Driver" if COMPILE_TEST
33 default ARC_PLAT_AXS10X
35 This enables the reset controller driver for AXS10x.
38 bool "Berlin Reset Driver" if COMPILE_TEST
41 This enables the reset controller driver for Marvell Berlin SoCs.
44 bool "Synopsys HSDK Reset Driver"
46 depends on ARC_SOC_HSDK || COMPILE_TEST
48 This enables the reset controller driver for HSDK board.
51 bool "i.MX7 Reset Driver" if COMPILE_TEST
56 This enables the reset controller driver for i.MX7 SoCs.
59 bool "Lantiq XWAY Reset Driver" if COMPILE_TEST
62 This enables the reset controller driver for Lantiq / Intel XWAY SoCs.
65 bool "LPC18xx/43xx Reset Driver" if COMPILE_TEST
68 This enables the reset controller driver for NXP LPC18xx/43xx SoCs.
71 bool "Meson Reset Driver" if COMPILE_TEST
74 This enables the reset driver for Amlogic Meson SoCs.
79 config RESET_PISTACHIO
80 bool "Pistachio Reset Driver" if COMPILE_TEST
81 default MACH_PISTACHIO
83 This enables the reset driver for ImgTec Pistachio SoCs.
86 bool "Simple Reset Controller Driver" if COMPILE_TEST
87 default ARCH_SOCFPGA || ARCH_STM32 || ARCH_STRATIX10 || ARCH_SUNXI || ARCH_ZX || ARCH_ASPEED
89 This enables a simple reset controller driver for reset lines that
90 that can be asserted and deasserted by toggling bits in a contiguous,
91 exclusive register space.
93 Currently this driver supports:
96 - RCC reset controller in STM32 MCUs
100 config RESET_STM32MP157
101 bool "STM32MP157 Reset Driver" if COMPILE_TEST
102 default MACH_STM32MP157
104 This enables the RCC reset controller driver for STM32 MPUs.
107 bool "Allwinner SoCs Reset Driver" if COMPILE_TEST && !ARCH_SUNXI
111 This enables the reset driver for Allwinner SoCs.
114 tristate "TI System Control Interface (TI-SCI) reset driver"
115 depends on TI_SCI_PROTOCOL
117 This enables the reset driver support over TI System Control Interface
118 available on some new TI's SoCs. If you wish to use reset resources
119 managed by the TI System Controller, say Y here. Otherwise, say N.
121 config RESET_TI_SYSCON
122 tristate "TI SYSCON Reset Driver"
126 This enables the reset driver support for TI devices with
127 memory-mapped reset registers as part of a syscon device node. If
128 you wish to use the reset framework for such memory-mapped devices,
129 say Y here. Otherwise, say N.
131 config RESET_UNIPHIER
132 tristate "Reset controller driver for UniPhier SoCs"
133 depends on ARCH_UNIPHIER || COMPILE_TEST
134 depends on OF && MFD_SYSCON
135 default ARCH_UNIPHIER
137 Support for reset controllers on UniPhier SoCs.
138 Say Y if you want to control reset signals provided by System Control
139 block, Media I/O block, Peripheral Block.
142 bool "ZYNQ Reset Driver" if COMPILE_TEST
145 This enables the reset controller driver for Xilinx Zynq SoCs.
147 source "drivers/reset/sti/Kconfig"
148 source "drivers/reset/hisilicon/Kconfig"
149 source "drivers/reset/tegra/Kconfig"