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.)

Symbols selected by this symbol

Kconfig definition

At <SoC>/arm/rpi_pico/rp2/Kconfig.series:7

Included via Kconfig:8Kconfig.zephyr:38<SoC>/Kconfig:9<SoC>/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.)