summaryrefslogtreecommitdiff
path: root/drivers/clk/mediatek/Kconfig
diff options
context:
space:
mode:
authorGarmin.Chang <Garmin.Chang@mediatek.com>2023-03-31 15:36:12 +0300
committerStephen Boyd <sboyd@kernel.org>2023-03-31 21:51:21 +0300
commit3e26f30fe42d76d0163416e4ea198901fa02fc19 (patch)
treee1b6506be832b2c9d78ac462b4205c6ef6f45b5b /drivers/clk/mediatek/Kconfig
parent49c9abe1c89203d69875a5c90bc52bf308fab5b4 (diff)
downloadlinux-3e26f30fe42d76d0163416e4ea198901fa02fc19.tar.xz
clk: mediatek: Add MT8188 mfgcfg clock support
Add MT8188 mfg clock controller which provides clock gate control for GPU. 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-11-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 4f75904852be..d1239c7ac9f4 100644
--- a/drivers/clk/mediatek/Kconfig
+++ b/drivers/clk/mediatek/Kconfig
@@ -713,6 +713,13 @@ config COMMON_CLK_MT8188_IPESYS
help
This driver supports MediaTek MT8188 ipesys clocks.
+config COMMON_CLK_MT8188_MFGCFG
+ tristate "Clock driver for MediaTek MT8188 mfgcfg"
+ depends on COMMON_CLK_MT8188
+ default COMMON_CLK_MT8188
+ help
+ This driver supports MediaTek MT8188 mfgcfg clocks.
+
config COMMON_CLK_MT8192
tristate "Clock driver for MediaTek MT8192"
depends on ARM64 || COMPILE_TEST