Kconfig 497 B

123456789101112131415161718192021
  1. config CLK_ACTIONS
  2. bool "Clock driver for Actions Semi SoCs"
  3. depends on ARCH_ACTIONS || COMPILE_TEST
  4. select REGMAP_MMIO
  5. default ARCH_ACTIONS
  6. if CLK_ACTIONS
  7. # SoC Drivers
  8. config CLK_OWL_S700
  9. bool "Support for the Actions Semi OWL S700 clocks"
  10. depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
  11. default ARM64 && ARCH_ACTIONS
  12. config CLK_OWL_S900
  13. bool "Support for the Actions Semi OWL S900 clocks"
  14. depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
  15. default ARM64 && ARCH_ACTIONS
  16. endif