mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 22:47:34 +08:00
10 lines
220 B
Plaintext
10 lines
220 B
Plaintext
menu "GPIO"
|
|
menuconfig COMMON_GPIO
|
|
bool "Common GPIOs"
|
|
default n
|
|
select DRIVERS_GPIO_MCP23009
|
|
---help---
|
|
Enable default set of GPIO drivers
|
|
rsource "*/Kconfig"
|
|
endmenu
|