summaryrefslogtreecommitdiff
path: root/drivers/clk/sprd/Kconfig
diff options
context:
space:
mode:
authorChunyan Zhang <chunyan.zhang@spreadtrum.com>2017-12-07 20:57:05 +0800
committerStephen Boyd <sboyd@codeaurora.org>2017-12-21 15:00:51 -0800
commitd41f59fd92f2ef73026f55cd356a4ca253f4716a (patch)
treee0f552c57e2c789e2579c905f67e26827e236e2c /drivers/clk/sprd/Kconfig
parent1ded879e12310b1f8f81b1f84e293933a3b69f14 (diff)
clk: sprd: Add common infrastructure
Added Spreadtrum's clock driver framework together with common structures and interface functions. Signed-off-by: Chunyan Zhang <chunyan.zhang@spreadtrum.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/sprd/Kconfig')
-rw-r--r--drivers/clk/sprd/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/clk/sprd/Kconfig b/drivers/clk/sprd/Kconfig
new file mode 100644
index 000000000000..67a3287c00a2
--- /dev/null
+++ b/drivers/clk/sprd/Kconfig
@@ -0,0 +1,4 @@
+config SPRD_COMMON_CLK
+ tristate "Clock support for Spreadtrum SoCs"
+ depends on ARCH_SPRD || COMPILE_TEST
+ default ARCH_SPRD