[DM/FEATURE] Support import SoC PIN config

Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
GuEe-GUI 2024-11-08 13:17:52 +08:00
parent 18b2271d68
commit a5c443b3e8
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
menuconfig RT_USING_PIN menuconfig RT_USING_PIN
bool "Using Generic GPIO device drivers" bool "Using Generic GPIO device drivers"
default y default y
if RT_USING_PIN
osource "$(SOC_DM_PIN_DIR)/Kconfig"
endif