Skip to content

Commit d71f5dc

Browse files
committed
[DM/FEATURE] Support import SoC CLK config
Signed-off-by: GuEe-GUI <[email protected]>
1 parent 8029e01 commit d71f5dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/drivers/clk/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ menuconfig RT_USING_CLK
33
depends on RT_USING_DM
44
select RT_USING_ADT_REF
55
default y
6+
7+
if RT_USING_CLK
8+
source "$(RTT_DIR)/components/drivers/$(SOC_DM_CLK_DIR)/Kconfig.dm"
9+
endif

0 commit comments

Comments
 (0)