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:8
→ Kconfig.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.)