brintos

brintos / linux-shallow public Read only

0
0
Text · 574 B · d832339 Raw
22 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3config RESET_STARFIVE_JH71X04	bool5 6config RESET_STARFIVE_JH71007	bool "StarFive JH7100 Reset Driver"8	depends on ARCH_STARFIVE || COMPILE_TEST9	select RESET_STARFIVE_JH71X010	default ARCH_STARFIVE11	help12	  This enables the reset controller driver for the StarFive JH7100 SoC.13 14config RESET_STARFIVE_JH711015	bool "StarFive JH7110 Reset Driver"16	depends on CLK_STARFIVE_JH7110_SYS17	select AUXILIARY_BUS18	select RESET_STARFIVE_JH71X019	default ARCH_STARFIVE20	help21	  This enables the reset controller driver for the StarFive JH7110 SoC.22