xref: /openbmc/linux/drivers/reset/starfive/Kconfig (revision 1ec3d20e4e2fef33c618b2ef550cbf3b4728e4cd)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config RESET_STARFIVE_JH71X0
4	bool
5
6config RESET_STARFIVE_JH7100
7	bool "StarFive JH7100 Reset Driver"
8	depends on ARCH_STARFIVE || COMPILE_TEST
9	select RESET_STARFIVE_JH71X0
10	default ARCH_STARFIVE
11	help
12	  This enables the reset controller driver for the StarFive JH7100 SoC.
13