Kconfig (7c53b44bcbfd052543704d5cca7ae996beb914eb) Kconfig (81279f5d0812e154239789e6f0295ea3b25c0d46)
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

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

51
52config CLK_STARFIVE_JH7110_STG
53 tristate "StarFive JH7110 System-Top-Group clock support"
54 depends on CLK_STARFIVE_JH7110_SYS
55 default m if ARCH_STARFIVE
56 help
57 Say yes here to support the System-Top-Group clock controller
58 on the 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

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

51
52config CLK_STARFIVE_JH7110_STG
53 tristate "StarFive JH7110 System-Top-Group clock support"
54 depends on CLK_STARFIVE_JH7110_SYS
55 default m if ARCH_STARFIVE
56 help
57 Say yes here to support the System-Top-Group clock controller
58 on the StarFive JH7110 SoC.
59
60config CLK_STARFIVE_JH7110_ISP
61 tristate "StarFive JH7110 Image-Signal-Process clock support"
62 depends on CLK_STARFIVE_JH7110_SYS && JH71XX_PMU
63 default m if ARCH_STARFIVE
64 help
65 Say yes here to support the Image-Signal-Process clock controller
66 on the StarFive JH7110 SoC.