summaryrefslogtreecommitdiff
path: root/drivers/clk/mediatek/Kconfig
diff options
context:
space:
mode:
authorGarmin.Chang <Garmin.Chang@mediatek.com>2023-03-31 15:36:19 +0300
committerStephen Boyd <sboyd@kernel.org>2023-03-31 21:51:22 +0300
commitf42b9e9a43e300ef94c3dc0381cc60f50e46e1fe (patch)
treedace7967711fa8428eb330c07c48cbee3d5b7bd3 /drivers/clk/mediatek/Kconfig
parent4898e77f47e5b028a72c711c97841d74608e61ed (diff)
downloadlinux-f42b9e9a43e300ef94c3dc0381cc60f50e46e1fe.tar.xz
clk: mediatek: Add MT8188 wpesys clock support
Add MT8188 wpesys clock controllers which provide clock gate control in Wrapping Engine. Signed-off-by: Garmin.Chang <Garmin.Chang@mediatek.com> Reviewed-by: Chen-Yu Tsai <wenst@chromium.org> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20230331123621.16167-18-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/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/clk/mediatek/Kconfig b/drivers/clk/mediatek/Kconfig
index 70c139256236..998cf4f559ea 100644
--- a/drivers/clk/mediatek/Kconfig
+++ b/drivers/clk/mediatek/Kconfig
@@ -748,6 +748,13 @@ config COMMON_CLK_MT8188_VPPSYS
help
This driver supports MediaTek MT8188 vppsys0/1 clocks.
+config COMMON_CLK_MT8188_WPESYS
+ tristate "Clock driver for MediaTek MT8188 wpesys"
+ depends on COMMON_CLK_MT8188_IMGSYS
+ default COMMON_CLK_MT8188_IMGSYS
+ help
+ This driver supports MediaTek MT8188 Warp Engine clocks.
+
config COMMON_CLK_MT8192
tristate "Clock driver for MediaTek MT8192"
depends on ARM64 || COMPILE_TEST