14210be66SGeert Uytterhoeven# SPDX-License-Identifier: GPL-2.0 24210be66SGeert Uytterhoeven 300f1cb17SEmil Renner Berthingconfig CLK_STARFIVE_JH71X0 400f1cb17SEmil Renner Berthing bool 500f1cb17SEmil Renner Berthing 64210be66SGeert Uytterhoevenconfig CLK_STARFIVE_JH7100 74210be66SGeert Uytterhoeven bool "StarFive JH7100 clock support" 8c61f19ecSHal Feng depends on ARCH_STARFIVE || COMPILE_TEST 900f1cb17SEmil Renner Berthing select CLK_STARFIVE_JH71X0 10c61f19ecSHal Feng default ARCH_STARFIVE 114210be66SGeert Uytterhoeven help 124210be66SGeert Uytterhoeven Say yes here to support the clock controller on the StarFive JH7100 134210be66SGeert Uytterhoeven SoC. 143028181eSEmil Renner Berthing 153028181eSEmil Renner Berthingconfig CLK_STARFIVE_JH7100_AUDIO 163028181eSEmil Renner Berthing tristate "StarFive JH7100 audio clock support" 173028181eSEmil Renner Berthing depends on CLK_STARFIVE_JH7100 1800f1cb17SEmil Renner Berthing select CLK_STARFIVE_JH71X0 19c61f19ecSHal Feng default m if ARCH_STARFIVE 203028181eSEmil Renner Berthing help 213028181eSEmil Renner Berthing Say Y or M here to support the audio clocks on the StarFive JH7100 223028181eSEmil Renner Berthing SoC. 23edab7204SEmil Renner Berthing 24616bc1deSXingyu Wuconfig CLK_STARFIVE_JH7110_PLL 25616bc1deSXingyu Wu bool "StarFive JH7110 PLL clock support" 26616bc1deSXingyu Wu depends on ARCH_STARFIVE || COMPILE_TEST 27616bc1deSXingyu Wu default ARCH_STARFIVE 28616bc1deSXingyu Wu help 29616bc1deSXingyu Wu Say yes here to support the PLL clock controller on the 30616bc1deSXingyu Wu StarFive JH7110 SoC. 31616bc1deSXingyu Wu 32edab7204SEmil Renner Berthingconfig CLK_STARFIVE_JH7110_SYS 33edab7204SEmil Renner Berthing bool "StarFive JH7110 system clock support" 34edab7204SEmil Renner Berthing depends on ARCH_STARFIVE || COMPILE_TEST 35edab7204SEmil Renner Berthing select AUXILIARY_BUS 36edab7204SEmil Renner Berthing select CLK_STARFIVE_JH71X0 3731c6ed4eSHal Feng select RESET_STARFIVE_JH7110 if RESET_CONTROLLER 38*a013e981SXingyu Wu select CLK_STARFIVE_JH7110_PLL 39edab7204SEmil Renner Berthing default ARCH_STARFIVE 40edab7204SEmil Renner Berthing help 41edab7204SEmil Renner Berthing Say yes here to support the system clock controller on the 42edab7204SEmil Renner Berthing StarFive JH7110 SoC. 43b2ab3c94SEmil Renner Berthing 44b2ab3c94SEmil Renner Berthingconfig CLK_STARFIVE_JH7110_AON 45b2ab3c94SEmil Renner Berthing tristate "StarFive JH7110 always-on clock support" 46b2ab3c94SEmil Renner Berthing depends on CLK_STARFIVE_JH7110_SYS 47b2ab3c94SEmil Renner Berthing default m if ARCH_STARFIVE 48b2ab3c94SEmil Renner Berthing help 49b2ab3c94SEmil Renner Berthing Say yes here to support the always-on clock controller on the 50b2ab3c94SEmil Renner Berthing StarFive JH7110 SoC. 51