Kconfig (50501936288d6a29d7ef78f25d00e33240fad45f) Kconfig (616bc1dea1ac8909dfcd6d32802df6fe50eddde8)
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

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

16 tristate "StarFive JH7100 audio clock support"
17 depends on CLK_STARFIVE_JH7100
18 select CLK_STARFIVE_JH71X0
19 default m if ARCH_STARFIVE
20 help
21 Say Y or M here to support the audio clocks on the StarFive JH7100
22 SoC.
23
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

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

16 tristate "StarFive JH7100 audio clock support"
17 depends on CLK_STARFIVE_JH7100
18 select CLK_STARFIVE_JH71X0
19 default m if ARCH_STARFIVE
20 help
21 Say Y or M here to support the audio clocks on the StarFive JH7100
22 SoC.
23
24config CLK_STARFIVE_JH7110_PLL
25 bool "StarFive JH7110 PLL clock support"
26 depends on ARCH_STARFIVE || COMPILE_TEST
27 default ARCH_STARFIVE
28 help
29 Say yes here to support the PLL clock controller on the
30 StarFive JH7110 SoC.
31
24config CLK_STARFIVE_JH7110_SYS
25 bool "StarFive JH7110 system clock support"
26 depends on ARCH_STARFIVE || COMPILE_TEST
27 select AUXILIARY_BUS
28 select CLK_STARFIVE_JH71X0
29 select RESET_STARFIVE_JH7110 if RESET_CONTROLLER
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 default m if ARCH_STARFIVE
39 help
40 Say yes here to support the always-on clock controller on the
41 StarFive JH7110 SoC.
32config CLK_STARFIVE_JH7110_SYS
33 bool "StarFive JH7110 system clock support"
34 depends on ARCH_STARFIVE || COMPILE_TEST
35 select AUXILIARY_BUS
36 select CLK_STARFIVE_JH71X0
37 select RESET_STARFIVE_JH7110 if RESET_CONTROLLER
38 default ARCH_STARFIVE
39 help
40 Say yes here to support the system clock controller on the
41 StarFive JH7110 SoC.
42
43config CLK_STARFIVE_JH7110_AON
44 tristate "StarFive JH7110 always-on clock support"
45 depends on CLK_STARFIVE_JH7110_SYS
46 default m if ARCH_STARFIVE
47 help
48 Say yes here to support the always-on clock controller on the
49 StarFive JH7110 SoC.