brintos

brintos / linux-shallow public Read only

0
0
Text · 450 B · fe4b7f6 Raw
20 lines · plain
1# SPDX-License-Identifier: GPL-2.02# common clock support for Nuvoton SoC family.3 4config COMMON_CLK_NUVOTON5	bool "Nuvoton clock controller common support"6	depends on ARCH_MA35 || COMPILE_TEST7	default y8	help9	  Say y here to enable common clock controller for Nuvoton platforms.10 11if COMMON_CLK_NUVOTON12 13config CLK_MA35D114	bool "Nuvoton MA35D1 clock controller support"15	default y16	help17	  Build the clock controller driver for MA35D1 SoC.18 19endif20