Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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
14config RESET_STARFIVE_JH7110
15 bool "StarFive JH7110 Reset Driver"
16 depends on CLK_STARFIVE_JH7110_SYS
17 select AUXILIARY_BUS
18 select RESET_STARFIVE_JH71X0
19 default ARCH_STARFIVE
20 help
21 This enables the reset controller driver for the StarFive JH7110 SoC.