You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
202 B
9 lines
202 B
menuconfig RT_USING_CLK
|
|
bool "Using Common Clock Framework (CLK)"
|
|
depends on RT_USING_DM
|
|
select RT_USING_ADT_REF
|
|
default y
|
|
|
|
if RT_USING_CLK
|
|
osource "$(SOC_DM_CLK_DIR)/Kconfig"
|
|
endif
|
|
|