Sfoglia il codice sorgente

[DM][HWTIMER] Make Kconfig import for DM

Signed-off-by: GuEe-GUI <2991707448@qq.com>
GuEe-GUI 5 mesi fa
parent
commit
0aca985525
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      components/drivers/hwtimer/Kconfig

+ 4 - 0
components/drivers/hwtimer/Kconfig

@@ -8,3 +8,7 @@ config RT_HWTIMER_ARM_ARCH
     depends on RT_USING_HWTIMER
     depends on ARCH_ARM_CORTEX_A || ARCH_ARMV8
     default n
+
+if RT_USING_DM && RT_USING_HWTIMER
+    osource "$(SOC_DM_HWTIMER_DIR)/Kconfig"
+endif