原始版本
This commit is contained in:
9
RT_Thread/components/drivers/clk/Kconfig
Normal file
9
RT_Thread/components/drivers/clk/Kconfig
Normal file
@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user