:orphan: .. title:: CONFIG_GPIO_RPI_PICO .. kconfig:: CONFIG_GPIO_RPI_PICO CONFIG_GPIO_RPI_PICO #################### *Raspberry Pi Pico GPIO driver* Type: ``bool`` Direct dependencies =================== \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :kconfig:`PICOSDK_USE_GPIO ` Kconfig definition ================== At ``/gpio/Kconfig.rpi_pico:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:80`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig 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.)*