Skip to content

Commit b3a544b

Browse files
committed
[DM/FEATURE] Support import SoC PIN config
Signed-off-by: GuEe-GUI <[email protected]>
1 parent bb45d67 commit b3a544b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/drivers/pin/Kconfig

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
menuconfig RT_USING_PIN
22
bool "Using Generic GPIO device drivers"
33
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

Comments
 (0)