162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ci
362306a36Sopenharmony_ciconfig RESET_STARFIVE_JH71X0
462306a36Sopenharmony_ci	bool
562306a36Sopenharmony_ci
662306a36Sopenharmony_ciconfig RESET_STARFIVE_JH7100
762306a36Sopenharmony_ci	bool "StarFive JH7100 Reset Driver"
862306a36Sopenharmony_ci	depends on ARCH_STARFIVE || COMPILE_TEST
962306a36Sopenharmony_ci	select RESET_STARFIVE_JH71X0
1062306a36Sopenharmony_ci	default ARCH_STARFIVE
1162306a36Sopenharmony_ci	help
1262306a36Sopenharmony_ci	  This enables the reset controller driver for the StarFive JH7100 SoC.
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ciconfig RESET_STARFIVE_JH7110
1562306a36Sopenharmony_ci	bool "StarFive JH7110 Reset Driver"
1662306a36Sopenharmony_ci	depends on CLK_STARFIVE_JH7110_SYS
1762306a36Sopenharmony_ci	select AUXILIARY_BUS
1862306a36Sopenharmony_ci	select RESET_STARFIVE_JH71X0
1962306a36Sopenharmony_ci	default ARCH_STARFIVE
2062306a36Sopenharmony_ci	help
2162306a36Sopenharmony_ci	  This enables the reset controller driver for the StarFive JH7110 SoC.
22