We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56660c commit a88c5f9Copy full SHA for a88c5f9
1 file changed
components/drivers/pin/Kconfig
@@ -2,6 +2,6 @@ menuconfig RT_USING_PIN
2
bool "Using Generic GPIO device drivers"
3
default y
4
5
-if RT_USING_PIN
+if RT_USING_DM && RT_USING_PIN
6
osource "$(SOC_DM_PIN_DIR)/Kconfig"
7
endif
0 commit comments