Skip to content

Commit 7b3176e

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/drivers/clk/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@ 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 && SOC_DM_CLK
8+
comment "SoC Device Drivers"
9+
source "$(SOC_DM_DIR)/clk/Kconfig"
10+
endif

0 commit comments

Comments
 (0)