diff options
author | Chunyan Zhang <chunyan.zhang@spreadtrum.com> | 2017-12-07 20:57:05 +0800 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2017-12-21 15:00:51 -0800 |
commit | d41f59fd92f2ef73026f55cd356a4ca253f4716a (patch) | |
tree | e0f552c57e2c789e2579c905f67e26827e236e2c /drivers/clk/sprd/Kconfig | |
parent | 1ded879e12310b1f8f81b1f84e293933a3b69f14 (diff) | |
download | linux-d41f59fd92f2ef73026f55cd356a4ca253f4716a.tar.gz linux-d41f59fd92f2ef73026f55cd356a4ca253f4716a.tar.bz2 linux-d41f59fd92f2ef73026f55cd356a4ca253f4716a.zip |
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/Kconfig | 4 |
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 |