diff options
| author | Chunyan Zhang <chunyan.zhang@spreadtrum.com> | 2017-12-07 07:57:05 -0500 |
|---|---|---|
| committer | Stephen Boyd <sboyd@codeaurora.org> | 2017-12-21 18:00:51 -0500 |
| commit | d41f59fd92f2ef73026f55cd356a4ca253f4716a (patch) | |
| tree | e0f552c57e2c789e2579c905f67e26827e236e2c /drivers/clk/sprd/Kconfig | |
| parent | 1ded879e12310b1f8f81b1f84e293933a3b69f14 (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/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 @@ | |||
| 1 | config SPRD_COMMON_CLK | ||
| 2 | tristate "Clock support for Spreadtrum SoCs" | ||
| 3 | depends on ARCH_SPRD || COMPILE_TEST | ||
| 4 | default ARCH_SPRD | ||
