CONFIG_BOARD_RPI_PICO

Raspberry Pi Pico Board

Type: bool

Direct dependencies

SOC_RP2040 && <choice: Board Selection>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Boards>/arm/rpi_pico/Kconfig.board:4

Included via Kconfig:8Kconfig.zephyr:37<Boards>/Kconfig:29

Menu path: (Top) → Board Selection

config BOARD_RPI_PICO
    bool "Raspberry Pi Pico Board"
    depends on SOC_RP2040 && <choice>

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)