Kconfig 474 B

1234567891011121314151617
  1. # SPDX-License-Identifier: GPL-2.0
  2. config CLK_STARFIVE_JH7100
  3. bool "StarFive JH7100 clock support"
  4. depends on SOC_STARFIVE || COMPILE_TEST
  5. default SOC_STARFIVE
  6. help
  7. Say yes here to support the clock controller on the StarFive JH7100
  8. SoC.
  9. config CLK_STARFIVE_JH7100_AUDIO
  10. tristate "StarFive JH7100 audio clock support"
  11. depends on CLK_STARFIVE_JH7100
  12. default m if SOC_STARFIVE
  13. help
  14. Say Y or M here to support the audio clocks on the StarFive JH7100
  15. SoC.