:orphan: .. title:: CONFIG_SOC_SERIES_NRF51X .. kconfig:: CONFIG_SOC_SERIES_NRF51X CONFIG_SOC_SERIES_NRF51X ######################## *Nordic Semiconductor nRF51 series MCU* Type: ``bool`` Help ==== .. code-block:: none Enable support for NRF51 MCU series Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`ARM ` - \ :kconfig:`CPU_CORTEX_M0 ` - \ :kconfig:`SOC_FAMILY_NRF ` - \ :kconfig:`XIP ` - \ :kconfig:`HAS_NRFX ` - \ :kconfig:`HAS_SEGGER_RTT ` Kconfig definition ================== At ``/arm/nordic_nrf/nrf51/Kconfig.series:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:9`` → ``/arm/nordic_nrf/Kconfig.soc:6`` Menu path: (Top) → SoC/CPU/Configuration Selection .. code-block:: kconfig config SOC_SERIES_NRF51X bool "Nordic Semiconductor nRF51 series MCU" select ARM select CPU_CORTEX_M0 select SOC_FAMILY_NRF select XIP select HAS_NRFX select HAS_SEGGER_RTT depends on help Enable support for NRF51 MCU series *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*