summaryrefslogtreecommitdiffstats
path: root/drivers/clk/samsung/Kconfig
diff options
context:
space:
mode:
authorKukjin Kim2014-05-17 00:34:34 +0200
committerKukjin Kim2014-05-17 00:34:34 +0200
commit995f16614278cab568ed6325c398c3d7f8e7b3dd (patch)
tree813a11b21425c03f0eb37b9461099ce6ff03b83e /drivers/clk/samsung/Kconfig
parentMerge branch 'for_3.16/clk_fixes_non_critical' of git://git.kernel.org/pub/sc... (diff)
parentdrivers: clk: use COMMON_CLK_SAMSUNG for Samsung clock support (diff)
downloadkernel-qcow2-linux-995f16614278cab568ed6325c398c3d7f8e7b3dd.tar.gz
kernel-qcow2-linux-995f16614278cab568ed6325c398c3d7f8e7b3dd.tar.xz
kernel-qcow2-linux-995f16614278cab568ed6325c398c3d7f8e7b3dd.zip
Merge branch 'for_3.16/clk_cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tfiga/samsung-clk into v3.16-next/clk-samsung
Pull Samsung clock cleanup from Tomasz Figa: "This pull requests contains minor clean-up related to Samsung clock support, including: 1) move Kconfig entries of Samsung clock drivers to drivers/clk, 2) compile drivers/clk/samsung conditionally when COMMON_CLK_SAMSUNG is selected, 3) remove obsolete Kconfig lines after moving s3c24xx to CCF." Conflicts: arch/arm/mach-s3c24xx/Kconfig Acked-by: Mike Turquette <mturquette@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'drivers/clk/samsung/Kconfig')
-rw-r--r--drivers/clk/samsung/Kconfig26
1 files changed, 26 insertions, 0 deletions
diff --git a/drivers/clk/samsung/Kconfig b/drivers/clk/samsung/Kconfig
new file mode 100644
index 000000000000..84196ecdaa12
--- /dev/null
+++ b/drivers/clk/samsung/Kconfig
@@ -0,0 +1,26 @@
+config COMMON_CLK_SAMSUNG
+ bool
+ select COMMON_CLK
+
+config S3C2410_COMMON_CLK
+ bool
+ select COMMON_CLK_SAMSUNG
+ help
+ Build the s3c2410 clock driver based on the common clock framework.
+
+config S3C2410_COMMON_DCLK
+ bool
+ select COMMON_CLK_SAMSUNG
+ select REGMAP_MMIO
+ help
+ Temporary symbol to build the dclk driver based on the common clock
+ framework.
+
+config S3C2412_COMMON_CLK
+ bool
+ select COMMON_CLK_SAMSUNG
+
+config S3C2443_COMMON_CLK
+ bool
+ select COMMON_CLK_SAMSUNG
+