Skip to content

Commit a88c5f9

Browse files
committed
[dm][pin] fixup the DM Kconfig import in DM mode only
Signed-off-by: GuEe-GUI <[email protected]>
1 parent a56660c commit a88c5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/drivers/pin/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ menuconfig RT_USING_PIN
22
bool "Using Generic GPIO device drivers"
33
default y
44

5-
if RT_USING_PIN
5+
if RT_USING_DM && RT_USING_PIN
66
osource "$(SOC_DM_PIN_DIR)/Kconfig"
77
endif

0 commit comments

Comments
 (0)