ソースを参照

[DM][HWTIMER] Make Kconfig import for DM

Signed-off-by: GuEe-GUI <2991707448@qq.com>
GuEe-GUI 5 ヶ月 前
コミット
0aca985525
1 ファイル変更4 行追加0 行削除
  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