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

CONFIG_SOC_SERIES_RP2XXX

Raspberry Pi RP2 series MCU

Type: bool

Help

Enable support for Raspberry Pi RP2 MCU series

Direct dependencies

<choice: SoC/CPU/Configuration Selection>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At soc/arm/rpi_pico/rp2/Kconfig.series:7

Included via Kconfig:8Kconfig.zephyr:38soc/Kconfig:9soc/arm/rpi_pico/Kconfig.soc:6

Menu path: (Top) → SoC/CPU/Configuration Selection

config SOC_SERIES_RP2XXX
    bool "Raspberry Pi RP2 series MCU"
    select ARM
    select CPU_CORTEX_M0PLUS
    select CPU_CORTEX_M_HAS_SYSTICK
    select CPU_CORTEX_M_HAS_VTOR
    select CPU_HAS_ARM_MPU
    select SOC_FAMILY_RPI_PICO
    select HAS_RPI_PICO
    select XIP
    depends on <choice>
    help
      Enable support for Raspberry Pi RP2 MCU series

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