Kaynağa Gözat

[DM/FEATURE] Support import SoC PIN config

Signed-off-by: GuEe-GUI <2991707448@qq.com>
GuEe-GUI 9 ay önce
ebeveyn
işleme
8c0a6c934b
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      components/drivers/pin/Kconfig

+ 4 - 0
components/drivers/pin/Kconfig

@@ -1,3 +1,7 @@
 menuconfig RT_USING_PIN
     bool "Using Generic GPIO device drivers"
     default y
+
+if RT_USING_PIN
+    osource "$(SOC_DM_PIN_DIR)/Kconfig"
+endif