:orphan: .. title:: CONFIG_SOC_RP2040 .. kconfig:: CONFIG_SOC_RP2040 CONFIG_SOC_RP2040 ################# *Raspberry Pi RP2040* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/arm/rpi_pico/rp2/Kconfig.soc:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/rpi_pico/Kconfig:16`` Menu path: (Top) → Hardware Configuration → RP2xxx MCU Selection .. code-block:: kconfig config SOC_RP2040 bool "Raspberry Pi RP2040" depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*