Kconfig (0e2d37252dd525b117bda4e4e0e6fac178ba569d) | Kconfig (22823157d90c4631a951920090686c20c459b36f) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config ARCH_HAS_RESET_CONTROLLER 3 bool 4 5menuconfig RESET_CONTROLLER 6 bool "Reset Controller Support" 7 default y if ARCH_HAS_RESET_CONTROLLER 8 help --- 139 unchanged lines hidden (view full) --- 148config RESET_MCHP_SPARX5 149 bool "Microchip Sparx5 reset driver" 150 depends on ARCH_SPARX5 || SOC_LAN966 || COMPILE_TEST 151 default y if SPARX5_SWITCH 152 select MFD_SYSCON 153 help 154 This driver supports switch core reset for the Microchip Sparx5 SoC. 155 | 1# SPDX-License-Identifier: GPL-2.0-only 2config ARCH_HAS_RESET_CONTROLLER 3 bool 4 5menuconfig RESET_CONTROLLER 6 bool "Reset Controller Support" 7 default y if ARCH_HAS_RESET_CONTROLLER 8 help --- 139 unchanged lines hidden (view full) --- 148config RESET_MCHP_SPARX5 149 bool "Microchip Sparx5 reset driver" 150 depends on ARCH_SPARX5 || SOC_LAN966 || COMPILE_TEST 151 default y if SPARX5_SWITCH 152 select MFD_SYSCON 153 help 154 This driver supports switch core reset for the Microchip Sparx5 SoC. 155 |
156config RESET_MESON 157 tristate "Meson Reset Driver" 158 depends on ARCH_MESON || COMPILE_TEST 159 default ARCH_MESON 160 help 161 This enables the reset driver for Amlogic Meson SoCs. 162 163config RESET_MESON_AUDIO_ARB 164 tristate "Meson Audio Memory Arbiter Reset Driver" 165 depends on ARCH_MESON || COMPILE_TEST 166 help 167 This enables the reset driver for Audio Memory Arbiter of 168 Amlogic's A113 based SoCs 169 |
|
156config RESET_NPCM 157 bool "NPCM BMC Reset Driver" if COMPILE_TEST 158 default ARCH_NPCM | 170config RESET_NPCM 171 bool "NPCM BMC Reset Driver" if COMPILE_TEST 172 default ARCH_NPCM |
173 select AUXILIARY_BUS |
|
159 help 160 This enables the reset controller driver for Nuvoton NPCM 161 BMC SoCs. 162 163config RESET_NUVOTON_MA35D1 164 bool "Nuvoton MA35D1 Reset Driver" 165 depends on ARCH_MA35 || COMPILE_TEST 166 default ARCH_MA35 --- 170 unchanged lines hidden (view full) --- 337 This enables the reset controller driver for Xilinx Zynq SoCs. 338 339config RESET_ZYNQMP 340 bool "ZYNQMP Reset Driver" if COMPILE_TEST 341 default ARCH_ZYNQMP 342 help 343 This enables the reset controller driver for Xilinx ZynqMP SoCs. 344 | 174 help 175 This enables the reset controller driver for Nuvoton NPCM 176 BMC SoCs. 177 178config RESET_NUVOTON_MA35D1 179 bool "Nuvoton MA35D1 Reset Driver" 180 depends on ARCH_MA35 || COMPILE_TEST 181 default ARCH_MA35 --- 170 unchanged lines hidden (view full) --- 352 This enables the reset controller driver for Xilinx Zynq SoCs. 353 354config RESET_ZYNQMP 355 bool "ZYNQMP Reset Driver" if COMPILE_TEST 356 default ARCH_ZYNQMP 357 help 358 This enables the reset controller driver for Xilinx ZynqMP SoCs. 359 |
345source "drivers/reset/amlogic/Kconfig" | |
346source "drivers/reset/starfive/Kconfig" 347source "drivers/reset/sti/Kconfig" 348source "drivers/reset/hisilicon/Kconfig" 349source "drivers/reset/tegra/Kconfig" 350 351endif | 360source "drivers/reset/starfive/Kconfig" 361source "drivers/reset/sti/Kconfig" 362source "drivers/reset/hisilicon/Kconfig" 363source "drivers/reset/tegra/Kconfig" 364 365endif |