brintos

brintos / linux-shallow public Read only

0
0
Text · 2.2 KiB · bd29358 Raw
75 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3config CLK_STARFIVE_JH71X04	bool5 6config CLK_STARFIVE_JH71007	bool "StarFive JH7100 clock support"8	depends on ARCH_STARFIVE || COMPILE_TEST9	select CLK_STARFIVE_JH71X010	default ARCH_STARFIVE11	help12	  Say yes here to support the clock controller on the StarFive JH710013	  SoC.14 15config CLK_STARFIVE_JH7100_AUDIO16	tristate "StarFive JH7100 audio clock support"17	depends on CLK_STARFIVE_JH710018	select CLK_STARFIVE_JH71X019	default m if ARCH_STARFIVE20	help21	  Say Y or M here to support the audio clocks on the StarFive JH710022	  SoC.23 24config CLK_STARFIVE_JH7110_PLL25	bool "StarFive JH7110 PLL clock support"26	depends on ARCH_STARFIVE || COMPILE_TEST27	default ARCH_STARFIVE28	help29	  Say yes here to support the PLL clock controller on the30	  StarFive JH7110 SoC.31 32config CLK_STARFIVE_JH7110_SYS33	bool "StarFive JH7110 system clock support"34	depends on ARCH_STARFIVE || COMPILE_TEST35	select AUXILIARY_BUS36	select CLK_STARFIVE_JH71X037	select RESET_STARFIVE_JH7110 if RESET_CONTROLLER38	select CLK_STARFIVE_JH7110_PLL39	default ARCH_STARFIVE40	help41	  Say yes here to support the system clock controller on the42	  StarFive JH7110 SoC.43 44config CLK_STARFIVE_JH7110_AON45	tristate "StarFive JH7110 always-on clock support"46	depends on CLK_STARFIVE_JH7110_SYS47	default m if ARCH_STARFIVE48	help49	  Say yes here to support the always-on clock controller on the50	  StarFive JH7110 SoC.51 52config CLK_STARFIVE_JH7110_STG53	tristate "StarFive JH7110 System-Top-Group clock support"54	depends on CLK_STARFIVE_JH7110_SYS55	default m if ARCH_STARFIVE56	help57	  Say yes here to support the System-Top-Group clock controller58	  on the StarFive JH7110 SoC.59 60config CLK_STARFIVE_JH7110_ISP61	tristate "StarFive JH7110 Image-Signal-Process clock support"62	depends on CLK_STARFIVE_JH7110_SYS && JH71XX_PMU63	default m if ARCH_STARFIVE64	help65	  Say yes here to support the Image-Signal-Process clock controller66	  on the StarFive JH7110 SoC.67 68config CLK_STARFIVE_JH7110_VOUT69	tristate "StarFive JH7110 Video-Output clock support"70	depends on CLK_STARFIVE_JH7110_SYS && JH71XX_PMU71	default m if ARCH_STARFIVE72	help73	  Say yes here to support the Video-Output clock controller74	  on the StarFive JH7110 SoC.75