xref: /openbmc/linux/drivers/clk/ralink/Kconfig (revision 2f56a02e)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# MediaTek Mt7621 Clock Driver
4#
5config CLK_MT7621
6	bool "Clock driver for MediaTek MT7621"
7	depends on SOC_MT7621 || COMPILE_TEST
8	default SOC_MT7621
9	select MFD_SYSCON
10	help
11	  This driver supports MediaTek MT7621 basic clocks.
12
13config CLK_MTMIPS
14	bool "Clock driver for MTMIPS SoCs"
15	depends on SOC_RT305X || SOC_RT288X || SOC_RT3883 || SOC_MT7620 || COMPILE_TEST
16	select MFD_SYSCON
17	help
18	  This driver supports MTMIPS basic clocks.
19