xref: /linux/drivers/clk/mediatek/Kconfig (revision f3a8b6645dc2e60d11f20c1c23afd964ff4e55ae)
1#
2# MediaTek SoC drivers
3#
4config COMMON_CLK_MEDIATEK
5	bool
6	---help---
7	  Mediatek SoCs' clock support.
8
9config COMMON_CLK_MT8135
10	bool "Clock driver for Mediatek MT8135"
11	depends on ARCH_MEDIATEK || COMPILE_TEST
12	select COMMON_CLK_MEDIATEK
13	default ARCH_MEDIATEK
14	---help---
15	  This driver supports Mediatek MT8135 clocks.
16
17config COMMON_CLK_MT8173
18	bool "Clock driver for Mediatek MT8173"
19	depends on ARCH_MEDIATEK || COMPILE_TEST
20	select COMMON_CLK_MEDIATEK
21	default ARCH_MEDIATEK
22	---help---
23	  This driver supports Mediatek MT8173 clocks.
24