mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-16 11:29:11 +08:00
8 lines
146 B
Plaintext
Executable File
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
|