xref: /openbmc/linux/drivers/clk/nuvoton/Kconfig (revision 060f03e9)
1# SPDX-License-Identifier: GPL-2.0
2# common clock support for Nuvoton SoC family.
3
4config COMMON_CLK_NUVOTON
5	bool "Nuvoton clock controller common support"
6	depends on ARCH_MA35 || COMPILE_TEST
7	default y
8	help
9	  Say y here to enable common clock controller for Nuvoton platforms.
10
11if COMMON_CLK_NUVOTON
12
13config CLK_MA35D1
14	bool "Nuvoton MA35D1 clock controller support"
15	default y
16	help
17	  Build the clock controller driver for MA35D1 SoC.
18
19endif
20