Skip to content

Commit 72a1c0b

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/drivers/pin/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
menuconfig RT_USING_PIN
22
bool "Using Generic GPIO device drivers"
33
default y
4+
5+
if RT_USING_PIN
6+
osource "$(SOC_DM_PIN_DIR)/Kconfig"
7+
endif

0 commit comments

Comments
 (0)