The latest development version of this page may be more current than this released 3.0.0 version.

CONFIG_GPIO_RPI_PICO

Raspberry Pi Pico GPIO driver

Type: bool

Direct dependencies

GPIO

(Includes any dependencies from ifs and menus.)

Default

  • n

Symbols selected by this symbol

Kconfig definition

At drivers/gpio/Kconfig.rpi_pico:7

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:36drivers/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.)