Kconfig (c61f19ec3be35271fc005dac34390d9c5e1a2737) | Kconfig (00f1cb17aeb71daf3d9ead5d11412c650329d6cf) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2 | 1# SPDX-License-Identifier: GPL-2.0 2 |
3config CLK_STARFIVE_JH71X0 4 bool 5 |
|
3config CLK_STARFIVE_JH7100 4 bool "StarFive JH7100 clock support" 5 depends on ARCH_STARFIVE || COMPILE_TEST | 6config CLK_STARFIVE_JH7100 7 bool "StarFive JH7100 clock support" 8 depends on ARCH_STARFIVE || COMPILE_TEST |
9 select CLK_STARFIVE_JH71X0 |
|
6 default ARCH_STARFIVE 7 help 8 Say yes here to support the clock controller on the StarFive JH7100 9 SoC. 10 11config CLK_STARFIVE_JH7100_AUDIO 12 tristate "StarFive JH7100 audio clock support" 13 depends on CLK_STARFIVE_JH7100 | 10 default ARCH_STARFIVE 11 help 12 Say yes here to support the clock controller on the StarFive JH7100 13 SoC. 14 15config CLK_STARFIVE_JH7100_AUDIO 16 tristate "StarFive JH7100 audio clock support" 17 depends on CLK_STARFIVE_JH7100 |
18 select CLK_STARFIVE_JH71X0 |
|
14 default m if ARCH_STARFIVE 15 help 16 Say Y or M here to support the audio clocks on the StarFive JH7100 17 SoC. | 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. |