[dm][pin] fixup the DM Kconfig import in DM mode only

Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
GuEe-GUI
2025-12-09 17:06:48 +08:00
committed by R b b666
parent 6c0753cb8f
commit b5ea9220be
+1 -1
View File
@@ -2,6 +2,6 @@ menuconfig RT_USING_PIN
bool "Using Generic GPIO device drivers"
default y
if RT_USING_PIN
if RT_USING_DM && RT_USING_PIN
osource "$(SOC_DM_PIN_DIR)/Kconfig"
endif