Skip to content

Commit 0aca985

Browse files
GuEe-GUIRbb666
authored andcommitted
[DM][HWTIMER] Make Kconfig import for DM
Signed-off-by: GuEe-GUI <[email protected]>
1 parent 056ae36 commit 0aca985

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/drivers/hwtimer/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ config RT_HWTIMER_ARM_ARCH
88
depends on RT_USING_HWTIMER
99
depends on ARCH_ARM_CORTEX_A || ARCH_ARMV8
1010
default n
11+
12+
if RT_USING_DM && RT_USING_HWTIMER
13+
osource "$(SOC_DM_HWTIMER_DIR)/Kconfig"
14+
endif

0 commit comments

Comments
 (0)