brintos

brintos / linux-shallow public Read only

0
0
Text · 479 B · 7c4f335 Raw
19 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# MediaTek Mt7621 Clock Driver4#5config CLK_MT76216	bool "Clock driver for MediaTek MT7621"7	depends on SOC_MT7621 || COMPILE_TEST8	default SOC_MT76219	select MFD_SYSCON10	help11	  This driver supports MediaTek MT7621 basic clocks.12 13config CLK_MTMIPS14	bool "Clock driver for MTMIPS SoCs"15	depends on SOC_RT305X || SOC_RT288X || SOC_RT3883 || SOC_MT7620 || COMPILE_TEST16	select MFD_SYSCON17	help18	  This driver supports MTMIPS basic clocks.19