diff options
author | Fabien Parent <fparent@baylibre.com> | 2019-05-02 15:18:43 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2019-06-07 01:56:18 +0300 |
commit | 0fd4939ac100fe9e3645b846619d970ef6be2ade (patch) | |
tree | b21e727ecccf25fdb98a9647d05f98f2a9e905b6 /drivers/clk/mediatek/Kconfig | |
parent | 3d8b6e9c774ff57ad2860f79abd9cdb8f29ecaf8 (diff) | |
download | linux-0fd4939ac100fe9e3645b846619d970ef6be2ade.tar.xz |
clk: mediatek: add audsys clock driver for MT8516
Add audsys clock driver for MediaTek MT8516 SoC.
Signed-off-by: Fabien Parent <fparent@baylibre.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 4d8a9aef95f6..77b9847fa61f 100644 --- a/drivers/clk/mediatek/Kconfig +++ b/drivers/clk/mediatek/Kconfig @@ -299,4 +299,10 @@ config COMMON_CLK_MT8516 help This driver supports MediaTek MT8516 clocks. +config COMMON_CLK_MT8516_AUDSYS + bool "Clock driver for MediaTek MT8516 audsys" + depends on COMMON_CLK_MT8516 + help + This driver supports MediaTek MT8516 audsys clocks. + endmenu |