GuEe-GUI 8c0a6c934b [DM/FEATURE] Support import SoC PIN config
Signed-off-by: GuEe-GUI <2991707448@qq.com>
2024-12-02 21:15:17 +08:00

8 lines
146 B
Plaintext
Executable File

menuconfig RT_USING_PIN
bool "Using Generic GPIO device drivers"
default y
if RT_USING_PIN
osource "$(SOC_DM_PIN_DIR)/Kconfig"
endif