| Directory | Files | |
|---|---|---|
| .. | 120 | |
| File | Size | |
| Kconfig | 450 B | |
| Makefile | 175 B | |
| clk-ma35d1-divider.c | 3.4 kB | |
| clk-ma35d1-pll.c | 9.4 kB | |
| clk-ma35d1.c | 40 kB | |
| clk-ma35d1.h | 620 B | |
# SPDX-License-Identifier: GPL-2.0 # common clock support for Nuvoton SoC family. config COMMON_CLK_NUVOTON bool "Nuvoton clock controller common support" depends on ARCH_MA35 || COMPILE_TEST default y help Say y here to enable common clock controller for Nuvoton platforms. if COMMON_CLK_NUVOTON config CLK_MA35D1 bool "Nuvoton MA35D1 clock controller support" default y help Build the clock controller driver for MA35D1 SoC. endif