drivers/clk/nuvoton/Kconfig

Source file repositories/reference/linux-study-clean/drivers/clk/nuvoton/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/clk/nuvoton/Kconfig
Extension
[no extension]
Size
466 bytes
Lines
20
Domain
Driver Families
Bucket
drivers/clk
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# 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 ARCH_MA35
	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 ARCH_MA35
	help
	  Build the clock controller driver for MA35D1 SoC.

endif

Annotation

Implementation Notes