Browse Source

[DM/PIC] Import DM Kconfig

Signed-off-by: GuEe-GUI <2991707448@qq.com>
GuEe-GUI 2 weeks ago
parent
commit
5297c13ab0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      components/drivers/pic/Kconfig

+ 4 - 0
components/drivers/pic/Kconfig

@@ -55,3 +55,7 @@ config RT_PIC_ARM_GIC_MAX_NR
     depends on RT_PIC_ARM_GIC
     default 2 if SOC_REALVIEW
     default 1
+
+if RT_USING_PIC
+    osource "$(SOC_DM_PIC_DIR)/Kconfig"
+endif