xref: /linux/drivers/clk/ralink/Kconfig (revision a4eb44a6435d6d8f9e642407a4a06f65eb90ca04)
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