summaryrefslogtreecommitdiffstats
path: root/drivers/clk/mediatek/Kconfig
diff options
context:
space:
mode:
authorJames Liao <jamesjj.liao@mediatek.com>2016-08-19 13:34:49 +0800
committerStephen Boyd <sboyd@codeaurora.org>2016-08-19 12:18:38 -0700
commit2886c84681c4a10a8fecdea58bf749af09406a33 (patch)
treebc6a0a2f6b1b05ec6772c89a9f56a86315164e3d /drivers/clk/mediatek/Kconfig
parent928f3bfb81e81e7f3ce6d37857a1ae075475678d (diff)
downloadop-kernel-dev-2886c84681c4a10a8fecdea58bf749af09406a33.zip
op-kernel-dev-2886c84681c4a10a8fecdea58bf749af09406a33.tar.gz
clk: mediatek: Refine the makefile to support multiple clock drivers
Add a Kconfig to define clock configuration for each SoC, and modify the Makefile to build drivers that only selected in config. Signed-off-by: Shunli Wang <shunli.wang@mediatek.com> Signed-off-by: James Liao <jamesjj.liao@mediatek.com> Signed-off-by: Erin Lo <erin.lo@mediatek.com> Tested-by: John Crispin <blogic@openwrt.org> Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/mediatek/Kconfig')
-rw-r--r--drivers/clk/mediatek/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/clk/mediatek/Kconfig b/drivers/clk/mediatek/Kconfig
new file mode 100644
index 0000000..380c372
--- /dev/null
+++ b/drivers/clk/mediatek/Kconfig
@@ -0,0 +1,21 @@
+#
+# MediaTek SoC drivers
+#
+config COMMON_CLK_MEDIATEK
+ bool
+ ---help---
+ Mediatek SoCs' clock support.
+
+config COMMON_CLK_MT8135
+ bool "Clock driver for Mediatek MT8135"
+ select COMMON_CLK_MEDIATEK
+ default ARCH_MEDIATEK
+ ---help---
+ This driver supports Mediatek MT8135 clocks.
+
+config COMMON_CLK_MT8173
+ bool "Clock driver for Mediatek MT8173"
+ select COMMON_CLK_MEDIATEK
+ default ARCH_MEDIATEK
+ ---help---
+ This driver supports Mediatek MT8173 clocks.
OpenPOWER on IntegriCloud