Kconfig (1136fa0c07de570dc17858745af8be169d1440ba) | Kconfig (3028181ea3b8e2054d62dc013318c44f93333248) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2 3config CLK_STARFIVE_JH7100 4 bool "StarFive JH7100 clock support" 5 depends on SOC_STARFIVE || COMPILE_TEST 6 default SOC_STARFIVE 7 help 8 Say yes here to support the clock controller on the StarFive JH7100 9 SoC. | 1# SPDX-License-Identifier: GPL-2.0 2 3config CLK_STARFIVE_JH7100 4 bool "StarFive JH7100 clock support" 5 depends on SOC_STARFIVE || COMPILE_TEST 6 default SOC_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 14 default m if SOC_STARFIVE 15 help 16 Say Y or M here to support the audio clocks on the StarFive JH7100 17 SoC. |
|