diff options
author | Garmin.Chang <Garmin.Chang@mediatek.com> | 2023-03-31 14:36:19 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2023-03-31 20:51:22 +0200 |
commit | f42b9e9a43e300ef94c3dc0381cc60f50e46e1fe (patch) | |
tree | dace7967711fa8428eb330c07c48cbee3d5b7bd3 /drivers/clk/mediatek/Kconfig | |
parent | clk: mediatek: Add MT8188 vppsys1 clock support (diff) | |
download | linux-f42b9e9a43e300ef94c3dc0381cc60f50e46e1fe.tar.xz linux-f42b9e9a43e300ef94c3dc0381cc60f50e46e1fe.zip |
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/Kconfig | 7 |
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 |