mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-02 02:40:23 +08:00
4a3fa385cb
Signed-off-by: GuEe-GUI <2991707448@qq.com>
10 lines
216 B
Plaintext
10 lines
216 B
Plaintext
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
|