1691521a3SJacky Huang# SPDX-License-Identifier: GPL-2.0 2691521a3SJacky Huang# common clock support for Nuvoton SoC family. 3691521a3SJacky Huang 4691521a3SJacky Huangconfig COMMON_CLK_NUVOTON 5691521a3SJacky Huang bool "Nuvoton clock controller common support" 6691521a3SJacky Huang depends on ARCH_MA35 || COMPILE_TEST 7*e813fc75SKrzysztof Kozlowski default ARCH_MA35 8691521a3SJacky Huang help 9691521a3SJacky Huang Say y here to enable common clock controller for Nuvoton platforms. 10691521a3SJacky Huang 11691521a3SJacky Huangif COMMON_CLK_NUVOTON 12691521a3SJacky Huang 13691521a3SJacky Huangconfig CLK_MA35D1 14691521a3SJacky Huang bool "Nuvoton MA35D1 clock controller support" 15*e813fc75SKrzysztof Kozlowski default ARCH_MA35 16691521a3SJacky Huang help 17691521a3SJacky Huang Build the clock controller driver for MA35D1 SoC. 18691521a3SJacky Huang 19691521a3SJacky Huangendif 20