summaryrefslogtreecommitdiff
path: root/drivers/clk/mediatek/Kconfig
diff options
context:
space:
mode:
authorGarmin.Chang <Garmin.Chang@mediatek.com>2023-03-31 15:36:04 +0300
committerStephen Boyd <sboyd@kernel.org>2023-03-31 21:51:20 +0300
commit28b2bc99fa76f9a8eaf22ee40fdc2a1e65fff81c (patch)
treebf49a6b418ca0603c6bcad9070ffc1012be503af /drivers/clk/mediatek/Kconfig
parent1086a5310f9c9421398cd12c00f605866aad24a5 (diff)
downloadlinux-28b2bc99fa76f9a8eaf22ee40fdc2a1e65fff81c.tar.xz
clk: mediatek: Add MT8188 apmixedsys clock support
Add MT8188 apmixedsys clock controller which provides Plls generated from SoC 26m and ssusb clock gate control. Signed-off-by: Garmin.Chang <Garmin.Chang@mediatek.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20230331123621.16167-3-Garmin.Chang@mediatek.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/mediatek/Kconfig')
-rw-r--r--drivers/clk/mediatek/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/clk/mediatek/Kconfig b/drivers/clk/mediatek/Kconfig
index 61e3266d2346..681d392620c5 100644
--- a/drivers/clk/mediatek/Kconfig
+++ b/drivers/clk/mediatek/Kconfig
@@ -683,6 +683,15 @@ config COMMON_CLK_MT8186_VENCSYS
help
This driver supports MediaTek MT8186 vencsys clocks.
+config COMMON_CLK_MT8188
+ tristate "Clock driver for MediaTek MT8188"
+ depends on ARM64 || COMPILE_TEST
+ select COMMON_CLK_MEDIATEK
+ select COMMON_CLK_MEDIATEK_FHCTL
+ default ARCH_MEDIATEK
+ help
+ This driver supports MediaTek MT8188 clocks.
+
config COMMON_CLK_MT8192
tristate "Clock driver for MediaTek MT8192"
depends on ARM64 || COMPILE_TEST