Skip to content

Commit 55b41de

Browse files
committed
[DM/FEATURE] Support import SoC Pinctrl config
Signed-off-by: GuEe-GUI <[email protected]>
1 parent 9135885 commit 55b41de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/drivers/pinctrl/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ menuconfig RT_USING_PINCTRL
44
depends on RT_USING_PIN
55
default n
66

7+
if RT_USING_PINCTRL && SOC_DM_PINCTRL
8+
comment "SoC Device Drivers"
9+
source "$(SOC_DM_DIR)/pinctrl/Kconfig"
10+
endif

0 commit comments

Comments
 (0)