2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2012-11-20 00:23:13 +08:00
|
|
|
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.
|
2013-08-07 22:53:12 +08:00
|
|
|
|
2016-05-03 14:29:52 +08:00
|
|
|
if RESET_CONTROLLER
|
|
|
|
|
2017-02-23 01:10:17 +08:00
|
|
|
config RESET_A10SR
|
|
|
|
tristate "Altera Arria10 System Resource Reset"
|
|
|
|
depends on MFD_ALTERA_A10SR
|
|
|
|
help
|
|
|
|
This option enables support for the external reset functions for
|
|
|
|
peripheral PHYs on the Altera Arria10 System Resource Chip.
|
|
|
|
|
2016-07-28 21:30:08 +08:00
|
|
|
config RESET_ATH79
|
|
|
|
bool "AR71xx Reset Driver" if COMPILE_TEST
|
|
|
|
default ATH79
|
|
|
|
help
|
|
|
|
This enables the ATH79 reset controller driver that supports the
|
|
|
|
AR71xx SoC reset controller.
|
|
|
|
|
2017-09-14 22:28:42 +08:00
|
|
|
config RESET_AXS10X
|
|
|
|
bool "AXS10x Reset Driver" if COMPILE_TEST
|
|
|
|
default ARC_PLAT_AXS10X
|
|
|
|
help
|
|
|
|
This enables the reset controller driver for AXS10x.
|
|
|
|
|
2020-06-17 18:50:35 +08:00
|
|
|
config RESET_BCM6345
|
|
|
|
bool "BCM6345 Reset Controller"
|
|
|
|
depends on BMIPS_GENERIC || COMPILE_TEST
|
|
|
|
default BMIPS_GENERIC
|
|
|
|
help
|
|
|
|
This enables the reset controller driver for BCM6345 SoCs.
|
|
|
|
|
2016-07-28 21:31:12 +08:00
|
|
|
config RESET_BERLIN
|
2021-06-07 18:10:15 +08:00
|
|
|
tristate "Berlin Reset Driver"
|
|
|
|
depends on ARCH_BERLIN || COMPILE_TEST
|
|
|
|
default m if ARCH_BERLIN
|
2016-07-28 21:31:12 +08:00
|
|
|
help
|
|
|
|
This enables the reset controller driver for Marvell Berlin SoCs.
|
|
|
|
|
2019-01-24 06:54:36 +08:00
|
|
|
config RESET_BRCMSTB
|
|
|
|
tristate "Broadcom STB reset controller"
|
|
|
|
depends on ARCH_BRCMSTB || COMPILE_TEST
|
|
|
|
default ARCH_BRCMSTB
|
|
|
|
help
|
|
|
|
This enables the reset controller driver for Broadcom STB SoCs using
|
|
|
|
a SUN_TOP_CTRL_SW_INIT style controller.
|
|
|
|
|
2020-01-04 03:04:29 +08:00
|
|
|
config RESET_BRCMSTB_RESCAL
|
|
|
|
bool "Broadcom STB RESCAL reset controller"
|
2020-01-28 07:53:53 +08:00
|
|
|
depends on HAS_IOMEM
|
2021-03-16 21:37:33 +08:00
|
|
|
depends on ARCH_BRCMSTB || COMPILE_TEST
|
|
|
|
default ARCH_BRCMSTB
|
2020-01-04 03:04:29 +08:00
|
|
|
help
|
|
|
|
This enables the RESCAL reset controller for SATA, PCIe0, or PCIe1 on
|
|
|
|
BCM7216.
|
|
|
|
|
2017-09-01 02:06:07 +08:00
|
|
|
config RESET_HSDK
|
|
|
|
bool "Synopsys HSDK Reset Driver"
|
2017-09-09 12:02:46 +08:00
|
|
|
depends on HAS_IOMEM
|
2017-09-11 20:22:08 +08:00
|
|
|
depends on ARC_SOC_HSDK || COMPILE_TEST
|
2017-07-20 02:45:11 +08:00
|
|
|
help
|
2017-09-01 02:06:07 +08:00
|
|
|
This enables the reset controller driver for HSDK board.
|
2017-07-20 02:45:11 +08:00
|
|
|
|
2017-02-22 00:13:31 +08:00
|
|
|
config RESET_IMX7
|
2020-07-20 22:21:59 +08:00
|
|
|
tristate "i.MX7/8 Reset Driver"
|
2018-03-06 19:15:11 +08:00
|
|
|
depends on HAS_IOMEM
|
2020-07-20 22:21:59 +08:00
|
|
|
depends on SOC_IMX7D || (ARM64 && ARCH_MXC) || COMPILE_TEST
|
|
|
|
default y if SOC_IMX7D
|
2017-02-22 00:13:31 +08:00
|
|
|
select MFD_SYSCON
|
|
|
|
help
|
|
|
|
This enables the reset controller driver for i.MX7 SoCs.
|
|
|
|
|
2020-01-03 18:00:18 +08:00
|
|
|
config RESET_INTEL_GW
|
|
|
|
bool "Intel Reset Controller Driver"
|
2021-03-31 16:15:19 +08:00
|
|
|
depends on X86 || COMPILE_TEST
|
2020-01-28 07:53:54 +08:00
|
|
|
depends on OF && HAS_IOMEM
|
2020-01-03 18:00:18 +08:00
|
|
|
select REGMAP_MMIO
|
|
|
|
help
|
|
|
|
This enables the reset controller driver for Intel Gateway SoCs.
|
|
|
|
Say Y to control the reset signals provided by reset controller.
|
|
|
|
Otherwise, say N.
|
|
|
|
|
2020-12-13 21:50:47 +08:00
|
|
|
config RESET_K210
|
|
|
|
bool "Reset controller driver for Canaan Kendryte K210 SoC"
|
|
|
|
depends on (SOC_CANAAN || COMPILE_TEST) && OF
|
|
|
|
select MFD_SYSCON
|
|
|
|
default SOC_CANAAN
|
|
|
|
help
|
|
|
|
Support for the Canaan Kendryte K210 RISC-V SoC reset controller.
|
|
|
|
Say Y if you want to control reset signals provided by this
|
|
|
|
controller.
|
|
|
|
|
2017-08-20 06:18:17 +08:00
|
|
|
config RESET_LANTIQ
|
|
|
|
bool "Lantiq XWAY Reset Driver" if COMPILE_TEST
|
|
|
|
default SOC_TYPE_XWAY
|
|
|
|
help
|
|
|
|
This enables the reset controller driver for Lantiq / Intel XWAY SoCs.
|
|
|
|
|
2016-07-28 21:32:01 +08:00
|
|
|
config RESET_LPC18XX
|
|
|
|
bool "LPC18xx/43xx Reset Driver" if COMPILE_TEST
|
|
|
|
default ARCH_LPC18XX
|
|
|
|
help
|
|
|
|
This enables the reset controller driver for NXP LPC18xx/43xx SoCs.
|
|
|
|
|
2021-04-16 16:40:53 +08:00
|
|
|
config RESET_MCHP_SPARX5
|
|
|
|
bool "Microchip Sparx5 reset driver"
|
2021-06-25 21:36:57 +08:00
|
|
|
depends on ARCH_SPARX5 || COMPILE_TEST
|
2021-04-16 16:40:53 +08:00
|
|
|
default y if SPARX5_SWITCH
|
|
|
|
select MFD_SYSCON
|
|
|
|
help
|
|
|
|
This driver supports switch core reset for the Microchip Sparx5 SoC.
|
|
|
|
|
2016-07-28 21:32:36 +08:00
|
|
|
config RESET_MESON
|
2020-10-19 22:48:09 +08:00
|
|
|
tristate "Meson Reset Driver"
|
|
|
|
depends on ARCH_MESON || COMPILE_TEST
|
2016-07-28 21:32:36 +08:00
|
|
|
default ARCH_MESON
|
|
|
|
help
|
|
|
|
This enables the reset driver for Amlogic Meson SoCs.
|
|
|
|
|
2018-07-20 23:26:33 +08:00
|
|
|
config RESET_MESON_AUDIO_ARB
|
|
|
|
tristate "Meson Audio Memory Arbiter Reset Driver"
|
|
|
|
depends on ARCH_MESON || COMPILE_TEST
|
|
|
|
help
|
|
|
|
This enables the reset driver for Audio Memory Arbiter of
|
|
|
|
Amlogic's A113 based SoCs
|
|
|
|
|
2019-11-06 22:53:31 +08:00
|
|
|
config RESET_NPCM
|
|
|
|
bool "NPCM BMC Reset Driver" if COMPILE_TEST
|
|
|
|
default ARCH_NPCM
|
|
|
|
help
|
|
|
|
This enables the reset controller driver for Nuvoton NPCM
|
|
|
|
BMC SoCs.
|
|
|
|
|
2016-04-01 22:16:13 +08:00
|
|
|
config RESET_OXNAS
|
|
|
|
bool
|
|
|
|
|
2016-07-28 21:33:07 +08:00
|
|
|
config RESET_PISTACHIO
|
|
|
|
bool "Pistachio Reset Driver" if COMPILE_TEST
|
|
|
|
default MACH_PISTACHIO
|
|
|
|
help
|
|
|
|
This enables the reset driver for ImgTec Pistachio SoCs.
|
|
|
|
|
2018-06-27 22:24:43 +08:00
|
|
|
config RESET_QCOM_AOSS
|
2020-01-08 08:19:13 +08:00
|
|
|
tristate "Qcom AOSS Reset Driver"
|
2018-06-27 22:24:43 +08:00
|
|
|
depends on ARCH_QCOM || COMPILE_TEST
|
|
|
|
help
|
|
|
|
This enables the AOSS (always on subsystem) reset driver
|
|
|
|
for Qualcomm SDM845 SoCs. Say Y if you want to control
|
|
|
|
reset signals provided by AOSS for Modem, Venus, ADSP,
|
|
|
|
GPU, Camera, Wireless, Display subsystem. Otherwise, say N.
|
|
|
|
|
2018-08-30 03:12:11 +08:00
|
|
|
config RESET_QCOM_PDC
|
|
|
|
tristate "Qualcomm PDC Reset Driver"
|
|
|
|
depends on ARCH_QCOM || COMPILE_TEST
|
|
|
|
help
|
|
|
|
This enables the PDC (Power Domain Controller) reset driver
|
|
|
|
for Qualcomm Technologies Inc SDM845 SoCs. Say Y if you want
|
|
|
|
to control reset signals provided by PDC for Modem, Compute,
|
|
|
|
Display, GPU, Debug, AOP, Sensors, Audio, SP and APPS.
|
|
|
|
|
2020-06-30 00:18:38 +08:00
|
|
|
config RESET_RASPBERRYPI
|
|
|
|
tristate "Raspberry Pi 4 Firmware Reset Driver"
|
|
|
|
depends on RASPBERRYPI_FIRMWARE || (RASPBERRYPI_FIRMWARE=n && COMPILE_TEST)
|
|
|
|
default USB_XHCI_PCI
|
|
|
|
help
|
|
|
|
Raspberry Pi 4's co-processor controls some of the board's HW
|
|
|
|
initialization process, but it's up to Linux to trigger it when
|
|
|
|
relevant. This driver provides a reset controller capable of
|
|
|
|
interfacing with RPi4's co-processor and model these firmware
|
|
|
|
initialization routines as reset lines.
|
|
|
|
|
2021-07-19 20:19:32 +08:00
|
|
|
config RESET_RZG2L_USBPHY_CTRL
|
|
|
|
tristate "Renesas RZ/G2L USBPHY control driver"
|
|
|
|
depends on ARCH_R9A07G044 || COMPILE_TEST
|
|
|
|
help
|
|
|
|
Support for USBPHY Control found on RZ/G2L family. It mainly
|
|
|
|
controls reset and power down of the USB/PHY.
|
|
|
|
|
2019-07-08 16:41:08 +08:00
|
|
|
config RESET_SCMI
|
|
|
|
tristate "Reset driver controlled via ARM SCMI interface"
|
|
|
|
depends on ARM_SCMI_PROTOCOL || COMPILE_TEST
|
|
|
|
default ARM_SCMI_PROTOCOL
|
|
|
|
help
|
|
|
|
This driver provides support for reset signal/domains that are
|
|
|
|
controlled by firmware that implements the SCMI interface.
|
|
|
|
|
|
|
|
This driver uses SCMI Message Protocol to interact with the
|
|
|
|
firmware controlling all the reset signals.
|
|
|
|
|
2017-08-11 18:58:43 +08:00
|
|
|
config RESET_SIMPLE
|
|
|
|
bool "Simple Reset Controller Driver" if COMPILE_TEST
|
2021-03-11 23:25:38 +08:00
|
|
|
default ARCH_ASPEED || ARCH_BCM4908 || ARCH_BITMAIN || ARCH_REALTEK || ARCH_STM32 || (ARCH_INTEL_SOCFPGA && ARM64) || ARCH_SUNXI || ARC
|
2017-08-11 18:58:43 +08:00
|
|
|
help
|
|
|
|
This enables a simple reset controller driver for reset lines that
|
|
|
|
that can be asserted and deasserted by toggling bits in a contiguous,
|
|
|
|
exclusive register space.
|
|
|
|
|
2018-02-20 09:43:29 +08:00
|
|
|
Currently this driver supports:
|
|
|
|
- Altera SoCFPGAs
|
|
|
|
- ASPEED BMC SoCs
|
2019-10-23 18:13:09 +08:00
|
|
|
- Bitmain BM1880 SoC
|
2019-10-23 18:13:10 +08:00
|
|
|
- Realtek SoCs
|
2018-02-20 09:43:29 +08:00
|
|
|
- RCC reset controller in STM32 MCUs
|
|
|
|
- Allwinner SoCs
|
2021-05-04 18:59:36 +08:00
|
|
|
- SiFive FU740 SoCs
|
2016-07-28 21:34:15 +08:00
|
|
|
|
2018-11-14 02:50:48 +08:00
|
|
|
config RESET_SOCFPGA
|
2021-03-11 23:27:41 +08:00
|
|
|
bool "SoCFPGA Reset Driver" if COMPILE_TEST && (!ARM || !ARCH_INTEL_SOCFPGA)
|
|
|
|
default ARM && ARCH_INTEL_SOCFPGA
|
2018-11-14 02:50:48 +08:00
|
|
|
select RESET_SIMPLE
|
|
|
|
help
|
|
|
|
This enables the reset driver for the SoCFPGA ARMv7 platforms. This
|
|
|
|
driver gets initialized early during platform init calls.
|
|
|
|
|
2016-08-09 15:28:44 +08:00
|
|
|
config RESET_SUNXI
|
|
|
|
bool "Allwinner SoCs Reset Driver" if COMPILE_TEST && !ARCH_SUNXI
|
|
|
|
default ARCH_SUNXI
|
2017-08-11 18:58:43 +08:00
|
|
|
select RESET_SIMPLE
|
2016-08-09 15:28:44 +08:00
|
|
|
help
|
|
|
|
This enables the reset driver for Allwinner SoCs.
|
|
|
|
|
2017-05-25 02:09:30 +08:00
|
|
|
config RESET_TI_SCI
|
|
|
|
tristate "TI System Control Interface (TI-SCI) reset driver"
|
|
|
|
depends on TI_SCI_PROTOCOL
|
|
|
|
help
|
|
|
|
This enables the reset driver support over TI System Control Interface
|
|
|
|
available on some new TI's SoCs. If you wish to use reset resources
|
|
|
|
managed by the TI System Controller, say Y here. Otherwise, say N.
|
|
|
|
|
2017-05-24 11:00:12 +08:00
|
|
|
config RESET_TI_SYSCON
|
2016-06-28 01:12:17 +08:00
|
|
|
tristate "TI SYSCON Reset Driver"
|
|
|
|
depends on HAS_IOMEM
|
|
|
|
select MFD_SYSCON
|
|
|
|
help
|
|
|
|
This enables the reset driver support for TI devices with
|
|
|
|
memory-mapped reset registers as part of a syscon device node. If
|
|
|
|
you wish to use the reset framework for such memory-mapped devices,
|
|
|
|
say Y here. Otherwise, say N.
|
|
|
|
|
2016-08-02 12:18:29 +08:00
|
|
|
config RESET_UNIPHIER
|
|
|
|
tristate "Reset controller driver for UniPhier SoCs"
|
|
|
|
depends on ARCH_UNIPHIER || COMPILE_TEST
|
|
|
|
depends on OF && MFD_SYSCON
|
|
|
|
default ARCH_UNIPHIER
|
|
|
|
help
|
|
|
|
Support for reset controllers on UniPhier SoCs.
|
|
|
|
Say Y if you want to control reset signals provided by System Control
|
|
|
|
block, Media I/O block, Peripheral Block.
|
|
|
|
|
2018-11-09 09:42:05 +08:00
|
|
|
config RESET_UNIPHIER_GLUE
|
|
|
|
tristate "Reset driver in glue layer for UniPhier SoCs"
|
2018-07-10 09:14:17 +08:00
|
|
|
depends on (ARCH_UNIPHIER || COMPILE_TEST) && OF
|
|
|
|
default ARCH_UNIPHIER
|
|
|
|
select RESET_SIMPLE
|
|
|
|
help
|
2018-11-09 09:42:05 +08:00
|
|
|
Support for peripheral core reset included in its own glue layer
|
|
|
|
on UniPhier SoCs. Say Y if you want to control reset signals
|
|
|
|
provided by the glue layer.
|
2018-07-10 09:14:17 +08:00
|
|
|
|
2016-08-09 15:28:54 +08:00
|
|
|
config RESET_ZYNQ
|
|
|
|
bool "ZYNQ Reset Driver" if COMPILE_TEST
|
|
|
|
default ARCH_ZYNQ
|
|
|
|
help
|
|
|
|
This enables the reset controller driver for Xilinx Zynq SoCs.
|
|
|
|
|
2013-08-07 22:53:12 +08:00
|
|
|
source "drivers/reset/sti/Kconfig"
|
2015-11-20 10:10:05 +08:00
|
|
|
source "drivers/reset/hisilicon/Kconfig"
|
2016-08-18 21:50:09 +08:00
|
|
|
source "drivers/reset/tegra/Kconfig"
|
2016-05-03 14:29:52 +08:00
|
|
|
|
|
|
|
endif
|