linuxOS_D21X/source/linux-5.10/drivers/clk/artinchip/Kconfig
2024-11-29 16:13:46 +08:00

21 lines
365 B
Plaintext

# SPDX-License-Identifier: GPL-2.0-only
config CLK_ARTINCHIP
bool "Clock driver for Artinchip SoC"
depends on ARCH_ARTINCHIP
default y
help
Clock driver for Artinchip SoC.
if CLK_ARTINCHIP
choice
prompt "Artinchip CMU Drivers"
config CLK_ARTINCHIP_V10
bool "CMU V1.0 driver"
depends on MACH_D211
help
For CMU V1.0 of Artinchip SoC.
endchoice
endif