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