1
0
This repository has been archived on 2025-07-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
orange_kernel/drivers/clk/nuvoton/Kconfig
2025-03-18 09:50:07 +08:00

20 lines
450 B
Plaintext

# 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