The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SOC_SERIES_NRF91X

Nordic Semiconductor nRF91 series MCU

Type: bool

Help

Enable support for NRF91 MCU series

Direct dependencies

<choice: SoC/CPU/Configuration Selection>

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

Kconfig definition

At soc/arm/nordic_nrf/nrf91/Kconfig.series:8

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:6soc/arm/nordic_nrf/Kconfig.soc:8

Menu path: (top menu) → SoC/CPU/Configuration Selection

config SOC_SERIES_NRF91X
    bool
    prompt "Nordic Semiconductor nRF91 series MCU" if <choice: SoC/CPU/Configuration Selection>
    select CPU_CORTEX_M33 if <choice: SoC/CPU/Configuration Selection>
    select CPU_HAS_ARM_MPU if <choice: SoC/CPU/Configuration Selection>
    select CPU_HAS_NRF_IDAU if <choice: SoC/CPU/Configuration Selection>
    select CPU_HAS_FPU if <choice: SoC/CPU/Configuration Selection>
    select ARMV8_M_DSP if <choice: SoC/CPU/Configuration Selection>
    select SOC_FAMILY_NRF if <choice: SoC/CPU/Configuration Selection>
    select NRF_RTC_TIMER if <choice: SoC/CPU/Configuration Selection>
    select CLOCK_CONTROL if <choice: SoC/CPU/Configuration Selection>
    select HAS_SYS_POWER_STATE_DEEP_SLEEP_1 if <choice: SoC/CPU/Configuration Selection>
    select XIP if <choice: SoC/CPU/Configuration Selection>
    select HAS_CMSIS if <choice: SoC/CPU/Configuration Selection>
    select HAS_NRFX if <choice: SoC/CPU/Configuration Selection>
    select HAS_SEGGER_RTT if <choice: SoC/CPU/Configuration Selection>
    depends on <choice: SoC/CPU/Configuration Selection>
    help
      Enable support for NRF91 MCU series

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