5b45ca35757e837cb9fd18c5c60aede91a12c939
[linux-2.6-block.git] / drivers / clk / actions / Kconfig
1 config CLK_ACTIONS
2         bool "Clock driver for Actions Semi SoCs"
3         depends on ARCH_ACTIONS || COMPILE_TEST
4         select REGMAP_MMIO
5         select RESET_CONTROLLER
6         default ARCH_ACTIONS
7
8 if CLK_ACTIONS
9
10 # SoC Drivers
11
12 config CLK_OWL_S500
13         bool "Support for the Actions Semi OWL S500 clocks"
14         depends on ARCH_ACTIONS || COMPILE_TEST
15         default ARCH_ACTIONS
16
17 config CLK_OWL_S700
18         bool "Support for the Actions Semi OWL S700 clocks"
19         depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
20         default ARM64 && ARCH_ACTIONS
21
22 config CLK_OWL_S900
23         bool "Support for the Actions Semi OWL S900 clocks"
24         depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
25         default ARM64 && ARCH_ACTIONS
26
27 endif