Kconfig (3495e29565986aac23efa5d5153e424e15ed2a3c) Kconfig (d85d20053e1954ede2c731f3abaf507fdaa4911a)
1config CLK_ACTIONS
2 bool "Clock driver for Actions Semi SoCs"
3 depends on ARCH_ACTIONS || COMPILE_TEST
4 default ARCH_ACTIONS
1config CLK_ACTIONS
2 bool "Clock driver for Actions Semi SoCs"
3 depends on ARCH_ACTIONS || COMPILE_TEST
4 default ARCH_ACTIONS
5
6if CLK_ACTIONS
7
8# SoC Drivers
9
10config CLK_OWL_S900
11 bool "Support for the Actions Semi OWL S900 clocks"
12 depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
13 default ARM64 && ARCH_ACTIONS
14endif