CONFIG_SOC_SERIES_NRF51X

Nordic Semiconductor nRF51 series MCU

Type: bool

Help

Enable support for NRF51 MCU series

Direct dependencies

<choice: ARM SoC Selection>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At arch/arm/soc/nordic_nrf/nrf51/Kconfig.series:9

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/arm/Kconfig:14arch/arm/soc/nordic_nrf/Kconfig.soc:8

Menu path: (top menu) → ARM SoC Selection

config SOC_SERIES_NRF51X
    bool
    prompt "Nordic Semiconductor nRF51 series MCU" if <choice: ARM SoC Selection>
    select CPU_CORTEX_M0 if <choice: ARM SoC Selection>
    select SOC_FAMILY_NRF if <choice: ARM SoC Selection>
    select NRF_RTC_TIMER if <choice: ARM SoC Selection>
    select CLOCK_CONTROL if <choice: ARM SoC Selection>
    select CLOCK_CONTROL_NRF5 if <choice: ARM SoC Selection>
    select SYS_POWER_LOW_POWER_STATE_SUPPORTED if <choice: ARM SoC Selection>
    select XIP if <choice: ARM SoC Selection>
    select HAS_CMSIS if <choice: ARM SoC Selection>
    select HAS_NRFX if <choice: ARM SoC Selection>
    select HAS_SEGGER_RTT if <choice: ARM SoC Selection>
    depends on <choice: ARM SoC Selection>
    help
      Enable support for NRF51 MCU series

(Definitions include propagated dependencies, including from if’s and menus.)