4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-08 20:21:10 +08:00

10 lines
216 B
Plaintext
Raw Normal View History

menuconfig RT_USING_PINCTRL
bool "Using Pin controllers device drivers"
depends on RT_USING_DM
depends on RT_USING_PIN
default n
if RT_USING_PINCTRL
osource "$(SOC_DM_PINCTRL_DIR)/Kconfig"
endif