diff options
author | Garmin.Chang <Garmin.Chang@mediatek.com> | 2023-03-31 14:36:21 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2023-03-31 20:51:22 +0200 |
commit | 0d2f2cefba64729a0730ce183ad58cf3e7929b94 (patch) | |
tree | b6260e5ebb8a3d39ae06dfda33da60d06d3d6813 /drivers/clk/mediatek/Kconfig | |
parent | clk: mediatek: Add MT8188 imp i2c wrapper clock support (diff) | |
download | linux-0d2f2cefba64729a0730ce183ad58cf3e7929b94.tar.xz linux-0d2f2cefba64729a0730ce183ad58cf3e7929b94.zip |
clk: mediatek: Add MT8188 adsp clock support
Add MT8188 adsp clock controller which provides clock gate
control for Audio DSP.
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-20-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 afabdffded50..99e67c07e638 100644 --- a/drivers/clk/mediatek/Kconfig +++ b/drivers/clk/mediatek/Kconfig @@ -692,6 +692,13 @@ config COMMON_CLK_MT8188 help This driver supports MediaTek MT8188 clocks. +config COMMON_CLK_MT8188_ADSP_AUDIO26M + tristate "Clock driver for MediaTek MT8188 adsp audio26m" + depends on COMMON_CLK_MT8188 + default COMMON_CLK_MT8188 + help + This driver supports MediaTek MT8188 adsp audio26m clocks. + config COMMON_CLK_MT8188_CAMSYS tristate "Clock driver for MediaTek MT8188 camsys" depends on COMMON_CLK_MT8188_VPPSYS |