10 lines
202 B
Plaintext
Raw Normal View History

2024-08-05 20:57:09 +08:00
menuconfig RT_USING_CLK
bool "Using Common Clock Framework (CLK)"
depends on RT_USING_DM
select RT_USING_ADT_REF
default y
2025-01-18 13:25:25 +08:00
if RT_USING_CLK
osource "$(SOC_DM_CLK_DIR)/Kconfig"
endif