:orphan: .. title:: CONFIG_BOARD_RPI_PICO .. kconfig:: CONFIG_BOARD_RPI_PICO CONFIG_BOARD_RPI_PICO ##################### *Raspberry Pi Pico Board* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_RP2040 ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/arm/rpi_pico/Kconfig.board:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:29`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_RPI_PICO bool "Raspberry Pi Pico Board" depends on SOC_RP2040 && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*