Ver Fonte

[DM][HWTIMER] Make Kconfig import for DM

Signed-off-by: GuEe-GUI <2991707448@qq.com>
GuEe-GUI há 2 meses atrás
pai
commit
0aca985525
1 ficheiros alterados com 4 adições e 0 exclusões
  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