mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-07 18:02:15 +08:00
14 lines
272 B
Plaintext
Executable File
14 lines
272 B
Plaintext
Executable File
menuconfig RT_USING_PIN
|
|
bool "Using Generic GPIO device drivers"
|
|
default y
|
|
|
|
config RT_PIN_PL061
|
|
bool "ARM PL061"
|
|
depends on RT_USING_DM
|
|
depends on RT_USING_PIN
|
|
default n
|
|
|
|
if RT_USING_DM && RT_USING_PIN
|
|
osource "$(SOC_DM_PIN_DIR)/Kconfig"
|
|
endif
|