Skip to content

Commit 0d2c84d

Browse files
GuEe-GUIRbb666
authored andcommitted
[DM/FEATURE] make SoC Kconfig import easy
Open Kconfig will not fail if using osource, This way can make SoC Kconfig to DM easy. Link: ecb89b1 Signed-off-by: GuEe-GUI <[email protected]>
1 parent 86ba3b6 commit 0d2c84d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

components/drivers/Kconfig.dm

Lines changed: 0 additions & 5 deletions
This file was deleted.

components/drivers/clk/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ menuconfig RT_USING_CLK
55
default y
66

77
if RT_USING_CLK
8-
source "$(RTT_DIR)/components/drivers/$(SOC_DM_CLK_DIR)/Kconfig.dm"
8+
osource "$(SOC_DM_CLK_DIR)/Kconfig"
99
endif

0 commit comments

Comments
 (0)