Directory Files
.. 58
File Size
Kconfig 574 B
Makefile 228 B
reset-starfive-jh7100.c 2.1 kB
reset-starfive-jh7110.c 2.7 kB
reset-starfive-jh71x0.c 3.4 kB
reset-starfive-jh71x0.h 443 B

Linux v6.6.1 - starfive

# SPDX-License-Identifier: GPL-2.0-only

config RESET_STARFIVE_JH71X0
	bool

config RESET_STARFIVE_JH7100
	bool "StarFive JH7100 Reset Driver"
	depends on ARCH_STARFIVE || COMPILE_TEST
	select RESET_STARFIVE_JH71X0
	default ARCH_STARFIVE
	help
	  This enables the reset controller driver for the StarFive JH7100 SoC.

config RESET_STARFIVE_JH7110
	bool "StarFive JH7110 Reset Driver"
	depends on CLK_STARFIVE_JH7110_SYS
	select AUXILIARY_BUS
	select RESET_STARFIVE_JH71X0
	default ARCH_STARFIVE
	help
	  This enables the reset controller driver for the StarFive JH7110 SoC.