perf tools: Don't clone maps from parent when synthesizing forks
[linux/fpc-iii.git] / drivers / clk / actions / Kconfig
blobdc38c85a48339cb49325029b4ac2a1f9b9268bbe
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
7 if CLK_ACTIONS
9 # SoC Drivers
11 config CLK_OWL_S700
12         bool "Support for the Actions Semi OWL S700 clocks"
13         depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
14         default ARM64 && ARCH_ACTIONS
16 config CLK_OWL_S900
17         bool "Support for the Actions Semi OWL S900 clocks"
18         depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
19         default ARM64 && ARCH_ACTIONS
21 endif