11 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config COMMON_CLK_BOSTON3 bool "Clock driver for MIPS Boston boards"4 depends on MIPS || COMPILE_TEST5 select MFD_SYSCON6 help7 Enable this to support the system & CPU clocks on the MIPS Boston8 development board from Imagination Technologies. These are simple9 fixed rate clocks whose rate is determined by reading a platform10 provided register.11