We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb45d67 commit b3a544bCopy full SHA for b3a544b
components/drivers/pin/Kconfig
@@ -1,3 +1,8 @@
1
menuconfig RT_USING_PIN
2
bool "Using Generic GPIO device drivers"
3
default y
4
+
5
+if RT_USING_PIN && SOC_DM_PIN
6
+comment "SoC Device Drivers"
7
+source "$(SOC_DM_DIR)/pin/Kconfig"
8
+endif
0 commit comments