CONFIG_GPIO_RPI_PICO¶
Raspberry Pi Pico GPIO driver
Type: bool
Default¶
n
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/gpio/Kconfig.rpi_pico:7
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:36
→ drivers/gpio/Kconfig:80
Menu path: (Top) → Device Drivers → GPIO Drivers
config GPIO_RPI_PICO
bool "Raspberry Pi Pico GPIO driver"
default n
select PICOSDK_USE_GPIO
depends on GPIO
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)