Kconfig (edab7204afe55bdf2d17d3490eb88497ba60f628) Kconfig (b2ab3c94f41f888f9bec6ac6bf75935e2e2e253a)
1# SPDX-License-Identifier: GPL-2.0
2
3config CLK_STARFIVE_JH71X0
4 bool
5
6config CLK_STARFIVE_JH7100
7 bool "StarFive JH7100 clock support"
8 depends on ARCH_STARFIVE || COMPILE_TEST

--- 17 unchanged lines hidden (view full) ---

26 depends on ARCH_STARFIVE || COMPILE_TEST
27 select AUXILIARY_BUS
28 select CLK_STARFIVE_JH71X0
29 select RESET_STARFIVE_JH7110
30 default ARCH_STARFIVE
31 help
32 Say yes here to support the system clock controller on the
33 StarFive JH7110 SoC.
1# SPDX-License-Identifier: GPL-2.0
2
3config CLK_STARFIVE_JH71X0
4 bool
5
6config CLK_STARFIVE_JH7100
7 bool "StarFive JH7100 clock support"
8 depends on ARCH_STARFIVE || COMPILE_TEST

--- 17 unchanged lines hidden (view full) ---

26 depends on ARCH_STARFIVE || COMPILE_TEST
27 select AUXILIARY_BUS
28 select CLK_STARFIVE_JH71X0
29 select RESET_STARFIVE_JH7110
30 default ARCH_STARFIVE
31 help
32 Say yes here to support the system clock controller on the
33 StarFive JH7110 SoC.
34
35config CLK_STARFIVE_JH7110_AON
36 tristate "StarFive JH7110 always-on clock support"
37 depends on CLK_STARFIVE_JH7110_SYS
38 select AUXILIARY_BUS
39 select CLK_STARFIVE_JH71X0
40 select RESET_STARFIVE_JH7110
41 default m if ARCH_STARFIVE
42 help
43 Say yes here to support the always-on clock controller on the
44 StarFive JH7110 SoC.