summaryrefslogtreecommitdiffstats
path: root/drivers/clk/actions/Kconfig
diff options
context:
space:
mode:
authorManivannan Sadhasivam2018-03-26 19:38:57 +0200
committerStephen Boyd2018-04-06 23:15:23 +0200
commit3495e29565986aac23efa5d5153e424e15ed2a3c (patch)
tree18b8f56aa4208baa8844f6f355ca34d3d6416794 /drivers/clk/actions/Kconfig
parentdt-bindings: clock: Add Actions S900 clock bindings (diff)
downloadkernel-qcow2-linux-3495e29565986aac23efa5d5153e424e15ed2a3c.tar.gz
kernel-qcow2-linux-3495e29565986aac23efa5d5153e424e15ed2a3c.tar.xz
kernel-qcow2-linux-3495e29565986aac23efa5d5153e424e15ed2a3c.zip
clk: actions: Add common clock driver support
Add support for Actions Semi common clock driver with generic structures and interface functions. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/actions/Kconfig')
-rw-r--r--drivers/clk/actions/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/clk/actions/Kconfig b/drivers/clk/actions/Kconfig
new file mode 100644
index 000000000000..13a3e5083d43
--- /dev/null
+++ b/drivers/clk/actions/Kconfig
@@ -0,0 +1,4 @@
+config CLK_ACTIONS
+ bool "Clock driver for Actions Semi SoCs"
+ depends on ARCH_ACTIONS || COMPILE_TEST
+ default ARCH_ACTIONS