diff options
author | Ryder Lee <ryder.lee@mediatek.com> | 2018-03-20 04:16:52 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-03-20 08:24:42 +0100 |
commit | b572f6393ee54bd4173a4313da8f2fb986a11089 (patch) | |
tree | 2edbc8ca89558e3282026f3ea87dd6d990dcbce8 /drivers/clk/mediatek/Kconfig | |
parent | clk: mediatek: add devm_of_platform_populate() for MT7622 audsys (diff) | |
download | linux-b572f6393ee54bd4173a4313da8f2fb986a11089.tar.xz linux-b572f6393ee54bd4173a4313da8f2fb986a11089.zip |
clk: mediatek: add audsys support for MT2701
Add clock driver support for MT2701 audsys.
Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/mediatek/Kconfig')
-rw-r--r-- | drivers/clk/mediatek/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/clk/mediatek/Kconfig b/drivers/clk/mediatek/Kconfig index 1f9ea0f21df1..92afe5989e97 100644 --- a/drivers/clk/mediatek/Kconfig +++ b/drivers/clk/mediatek/Kconfig @@ -54,6 +54,12 @@ config COMMON_CLK_MT2701_BDPSYS ---help--- This driver supports MediaTek MT2701 bdpsys clocks. +config COMMON_CLK_MT2701_AUDSYS + bool "Clock driver for Mediatek MT2701 audsys" + depends on COMMON_CLK_MT2701 + ---help--- + This driver supports Mediatek MT2701 audsys clocks. + config COMMON_CLK_MT2712 bool "Clock driver for MediaTek MT2712" depends on (ARCH_MEDIATEK && ARM64) || COMPILE_TEST |