Files
PX4-Autopilot/src/drivers/gpio/Kconfig
T
2023-06-19 07:58:21 +02:00

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