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 bool "AR71xx Reset Driver" if COMPILE_TEST
21 This enables the ATH79 reset controller driver that supports the
22 AR71xx SoC reset controller.
25 bool "Berlin Reset Driver" if COMPILE_TEST
28 This enables the reset controller driver for Marvell Berlin SoCs.
31 bool "LPC18xx/43xx Reset Driver" if COMPILE_TEST
34 This enables the reset controller driver for NXP LPC18xx/43xx SoCs.
37 bool "Meson Reset Driver" if COMPILE_TEST
40 This enables the reset driver for Amlogic Meson SoCs.
45 config RESET_PISTACHIO
46 bool "Pistachio Reset Driver" if COMPILE_TEST
47 default MACH_PISTACHIO
49 This enables the reset driver for ImgTec Pistachio SoCs.
52 bool "SoCFPGA Reset Driver" if COMPILE_TEST
55 This enables the reset controller driver for Altera SoCFPGAs.
58 bool "STM32 Reset Driver" if COMPILE_TEST
61 This enables the RCC reset controller driver for STM32 MCUs.
64 bool "Allwinner SoCs Reset Driver" if COMPILE_TEST && !ARCH_SUNXI
67 This enables the reset driver for Allwinner SoCs.
69 config TI_SYSCON_RESET
70 tristate "TI SYSCON Reset Driver"
74 This enables the reset driver support for TI devices with
75 memory-mapped reset registers as part of a syscon device node. If
76 you wish to use the reset framework for such memory-mapped devices,
77 say Y here. Otherwise, say N.
80 tristate "Reset controller driver for UniPhier SoCs"
81 depends on ARCH_UNIPHIER || COMPILE_TEST
82 depends on OF && MFD_SYSCON
85 Support for reset controllers on UniPhier SoCs.
86 Say Y if you want to control reset signals provided by System Control
87 block, Media I/O block, Peripheral Block.
90 bool "ZYNQ Reset Driver" if COMPILE_TEST
93 This enables the reset controller driver for Xilinx Zynq SoCs.
95 source "drivers/reset/sti/Kconfig"
96 source "drivers/reset/hisilicon/Kconfig"