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

(No prompt – not directly user assignable.)

Type: string

Help

SoC series name which can be found under soc/<arch>/<family>/<series>. This option holds the directory name used by the build system to locate the correct linker and header files.

Defaults

Kconfig definitions

At soc/arm/arm/beetle/Kconfig.defconfig.series:13

Included via Kconfig:10Kconfig.zephyr:23soc/arm/arm/Kconfig.defconfig:8

Menu path: (top menu)

config SOC_SERIES
    string
    default "beetle" if SOC_SERIES_BEETLE
    depends on SOC_SERIES_BEETLE

At soc/arm/arm/mps2/Kconfig.defconfig.series:9

Included via Kconfig:10Kconfig.zephyr:23soc/arm/arm/Kconfig.defconfig:8

Menu path: (top menu)

config SOC_SERIES
    string
    default "mps2" if SOC_SERIES_MPS2
    depends on SOC_SERIES_MPS2

At soc/arm/arm/musca_a/Kconfig.defconfig.series:9

Included via Kconfig:10Kconfig.zephyr:23soc/arm/arm/Kconfig.defconfig:8

Menu path: (top menu)

config SOC_SERIES
    string
    default "musca_a" if SOC_SERIES_MUSCA
    depends on SOC_SERIES_MUSCA

At soc/arm/atmel_sam/sam3x/Kconfig.defconfig.series:11

Included via Kconfig:10Kconfig.zephyr:23soc/arm/atmel_sam/Kconfig.defconfig:7

Menu path: (top menu)

config SOC_SERIES
    string
    default "sam3x" if SOC_SERIES_SAM3X
    depends on SOC_SERIES_SAM3X

At soc/arm/atmel_sam/sam4s/Kconfig.defconfig.series:11

Included via Kconfig:10Kconfig.zephyr:23soc/arm/atmel_sam/Kconfig.defconfig:7

Menu path: (top menu)

config SOC_SERIES
    string
    default "sam4s" if SOC_SERIES_SAM4S
    depends on SOC_SERIES_SAM4S

At soc/arm/atmel_sam/same70/Kconfig.defconfig.series:9

Included via Kconfig:10Kconfig.zephyr:23soc/arm/atmel_sam/Kconfig.defconfig:7

Menu path: (top menu)

config SOC_SERIES
    string
    default "same70" if SOC_SERIES_SAME70
    depends on SOC_SERIES_SAME70

At soc/arm/atmel_sam0/samd20/Kconfig.defconfig.series:8

Included via Kconfig:10Kconfig.zephyr:23soc/arm/atmel_sam0/Kconfig.defconfig:6

Menu path: (top menu)

config SOC_SERIES
    string
    default "samd20" if SOC_SERIES_SAMD20
    depends on SOC_SERIES_SAMD20

At soc/arm/atmel_sam0/samd21/Kconfig.defconfig.series:8

Included via Kconfig:10Kconfig.zephyr:23soc/arm/atmel_sam0/Kconfig.defconfig:6

Menu path: (top menu)

config SOC_SERIES
    string
    default "samd21" if SOC_SERIES_SAMD21
    depends on SOC_SERIES_SAMD21

At soc/arm/cypress/psoc6/Kconfig.defconfig.series:11

Included via Kconfig:10Kconfig.zephyr:23soc/arm/cypress/Kconfig.defconfig:7

Menu path: (top menu)

config SOC_SERIES
    string
    default "psoc6" if SOC_SERIES_PSOC62
    depends on SOC_SERIES_PSOC62

At soc/arm/microchip_mec/mec1701/Kconfig.defconfig.series:10

Included via Kconfig:10Kconfig.zephyr:23soc/arm/microchip_mec/Kconfig.defconfig:3

Menu path: (top menu)

config SOC_SERIES
    string
    default "mec1701" if SOC_SERIES_MEC1701X
    depends on SOC_SERIES_MEC1701X

At soc/arm/nordic_nrf/nrf51/Kconfig.defconfig.series:13

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nordic_nrf/Kconfig.defconfig:10

Menu path: (top menu)

config SOC_SERIES
    string
    default "nrf51" if SOC_SERIES_NRF51X && SOC_FAMILY_NRF
    depends on SOC_SERIES_NRF51X && SOC_FAMILY_NRF

At soc/arm/nordic_nrf/nrf52/Kconfig.defconfig.series:12

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nordic_nrf/Kconfig.defconfig:10

Menu path: (top menu)

config SOC_SERIES
    string
    default "nrf52" if SOC_SERIES_NRF52X && SOC_FAMILY_NRF
    depends on SOC_SERIES_NRF52X && SOC_FAMILY_NRF

At soc/arm/nordic_nrf/nrf91/Kconfig.defconfig.series:12

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nordic_nrf/Kconfig.defconfig:10

Menu path: (top menu)

config SOC_SERIES
    string
    default "nrf91" if SOC_SERIES_NRF91X && SOC_FAMILY_NRF
    depends on SOC_SERIES_NRF91X && SOC_FAMILY_NRF

At soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.series:10

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_imx/Kconfig.defconfig:7

Menu path: (top menu)

config SOC_SERIES
    string
    default "mcimx6x_m4" if SOC_SERIES_IMX_6X_M4
    depends on SOC_SERIES_IMX_6X_M4

At soc/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.series:10

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_imx/Kconfig.defconfig:7

Menu path: (top menu)

config SOC_SERIES
    string
    default "mcimx7_m4" if SOC_SERIES_IMX7_M4
    depends on SOC_SERIES_IMX7_M4

At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:10

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_imx/Kconfig.defconfig:7

Menu path: (top menu)

config SOC_SERIES
    string
    default "rt" if SOC_SERIES_IMX_RT
    depends on SOC_SERIES_IMX_RT

At soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:11

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_kinetis/Kconfig.defconfig:3

Menu path: (top menu)

config SOC_SERIES
    string
    default "k6x" if SOC_SERIES_KINETIS_K6X
    depends on SOC_SERIES_KINETIS_K6X

At soc/arm/nxp_kinetis/kl2x/Kconfig.defconfig.series:10

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_kinetis/Kconfig.defconfig:3

Menu path: (top menu)

config SOC_SERIES
    string
    default "kl2x" if SOC_SERIES_KINETIS_KL2X
    depends on SOC_SERIES_KINETIS_KL2X

At soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:10

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_kinetis/Kconfig.defconfig:3

Menu path: (top menu)

config SOC_SERIES
    string
    default "kwx" if SOC_SERIES_KINETIS_KWX
    depends on SOC_SERIES_KINETIS_KWX

At soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:10

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_lpc/Kconfig.defconfig:7

Menu path: (top menu)

config SOC_SERIES
    string
    default "lpc54xxx" if SOC_SERIES_LPC54XXX
    depends on SOC_SERIES_LPC54XXX

At soc/arm/silabs_exx32/efm32hg/Kconfig.defconfig.series:11

Included via Kconfig:10Kconfig.zephyr:23soc/arm/silabs_exx32/Kconfig.defconfig:3

Menu path: (top menu)

config SOC_SERIES
    string
    default "efm32hg" if SOC_SERIES_EFM32HG
    depends on SOC_SERIES_EFM32HG

At soc/arm/silabs_exx32/efm32pg12b/Kconfig.defconfig.series:11

Included via Kconfig:10Kconfig.zephyr:23soc/arm/silabs_exx32/Kconfig.defconfig:3

Menu path: (top menu)

config SOC_SERIES
    string
    default "efm32pg12b" if SOC_SERIES_EFM32PG12B
    depends on SOC_SERIES_EFM32PG12B

At soc/arm/silabs_exx32/efm32wg/Kconfig.defconfig.series:11

Included via Kconfig:10Kconfig.zephyr:23soc/arm/silabs_exx32/Kconfig.defconfig:3

Menu path: (top menu)

config SOC_SERIES
    string
    default "efm32wg" if SOC_SERIES_EFM32WG
    depends on SOC_SERIES_EFM32WG

At soc/arm/silabs_exx32/efr32fg1p/Kconfig.defconfig.series:11

Included via Kconfig:10Kconfig.zephyr:23soc/arm/silabs_exx32/Kconfig.defconfig:3

Menu path: (top menu)

config SOC_SERIES
    string
    default "efr32fg1p" if SOC_SERIES_EFR32FG1P
    depends on SOC_SERIES_EFR32FG1P

At soc/arm/silabs_exx32/efr32mg12p/Kconfig.defconfig.series:11

Included via Kconfig:10Kconfig.zephyr:23soc/arm/silabs_exx32/Kconfig.defconfig:3

Menu path: (top menu)

config SOC_SERIES
    string
    default "efr32mg12p" if SOC_SERIES_EFR32MG12P
    depends on SOC_SERIES_EFR32MG12P

At soc/arm/st_stm32/stm32f0/Kconfig.defconfig.series:14

Included via Kconfig:10Kconfig.zephyr:23soc/arm/st_stm32/Kconfig.defconfig:3

Menu path: (top menu)

config SOC_SERIES
    string
    default "stm32f0" if SOC_SERIES_STM32F0X
    depends on SOC_SERIES_STM32F0X

At soc/arm/st_stm32/stm32f1/Kconfig.defconfig.series:14

Included via Kconfig:10Kconfig.zephyr:23soc/arm/st_stm32/Kconfig.defconfig:3

Menu path: (top menu)

config SOC_SERIES
    string
    default "stm32f1" if SOC_SERIES_STM32F1X
    depends on SOC_SERIES_STM32F1X

At soc/arm/st_stm32/stm32f2/Kconfig.defconfig.series:14

Included via Kconfig:10Kconfig.zephyr:23soc/arm/st_stm32/Kconfig.defconfig:3

Menu path: (top menu)

config SOC_SERIES
    string
    default "stm32f2" if SOC_SERIES_STM32F2X
    depends on SOC_SERIES_STM32F2X

At soc/arm/st_stm32/stm32f3/Kconfig.defconfig.series:14

Included via Kconfig:10Kconfig.zephyr:23soc/arm/st_stm32/Kconfig.defconfig:3

Menu path: (top menu)

config SOC_SERIES
    string
    default "stm32f3" if SOC_SERIES_STM32F3X
    depends on SOC_SERIES_STM32F3X

At soc/arm/st_stm32/stm32f4/Kconfig.defconfig.series:14

Included via Kconfig:10Kconfig.zephyr:23soc/arm/st_stm32/Kconfig.defconfig:3

Menu path: (top menu)

config SOC_SERIES
    string
    default "stm32f4" if SOC_SERIES_STM32F4X
    depends on SOC_SERIES_STM32F4X

At soc/arm/st_stm32/stm32f7/Kconfig.defconfig.series:14

Included via Kconfig:10Kconfig.zephyr:23soc/arm/st_stm32/Kconfig.defconfig:3

Menu path: (top menu)

config SOC_SERIES
    string
    default "stm32f7" if SOC_SERIES_STM32F7X
    depends on SOC_SERIES_STM32F7X

At soc/arm/st_stm32/stm32l0/Kconfig.defconfig.series:14

Included via Kconfig:10Kconfig.zephyr:23soc/arm/st_stm32/Kconfig.defconfig:3

Menu path: (top menu)

config SOC_SERIES
    string
    default "stm32l0" if SOC_SERIES_STM32L0X
    depends on SOC_SERIES_STM32L0X

At soc/arm/st_stm32/stm32l4/Kconfig.defconfig.series:15

Included via Kconfig:10Kconfig.zephyr:23soc/arm/st_stm32/Kconfig.defconfig:3

Menu path: (top menu)

config SOC_SERIES
    string
    default "stm32l4" if SOC_SERIES_STM32L4X
    depends on SOC_SERIES_STM32L4X

At soc/arm/ti_simplelink/cc2650/Kconfig.defconfig.series:8

Included via Kconfig:10Kconfig.zephyr:23soc/arm/ti_simplelink/Kconfig.defconfig:3

Menu path: (top menu)

config SOC_SERIES
    string
    default "cc2650" if SOC_SERIES_CC2650
    depends on SOC_SERIES_CC2650

At soc/arm/ti_simplelink/cc32xx/Kconfig.defconfig.series:10

Included via Kconfig:10Kconfig.zephyr:23soc/arm/ti_simplelink/Kconfig.defconfig:3

Menu path: (top menu)

config SOC_SERIES
    string
    default "cc32xx" if SOC_SERIES_CC32XX
    depends on SOC_SERIES_CC32XX

At soc/arm/ti_simplelink/msp432p4xx/Kconfig.defconfig.series:12

Included via Kconfig:10Kconfig.zephyr:23soc/arm/ti_simplelink/Kconfig.defconfig:3

Menu path: (top menu)

config SOC_SERIES
    string
    default "msp432p4xx" if SOC_SERIES_MSP432P4XX
    depends on SOC_SERIES_MSP432P4XX

At soc/riscv32/riscv-privilege/miv/Kconfig.defconfig.series:5

Included via Kconfig:10Kconfig.zephyr:23soc/riscv32/riscv-privilege/Kconfig.defconfig:7

Menu path: (top menu)

config SOC_SERIES
    string
    default "miv" if SOC_SERIES_RISCV32_MIV
    depends on SOC_SERIES_RISCV32_MIV

At soc/riscv32/riscv-privilege/sifive-freedom/Kconfig.defconfig.series:5

Included via Kconfig:10Kconfig.zephyr:23soc/riscv32/riscv-privilege/Kconfig.defconfig:7

Menu path: (top menu)

config SOC_SERIES
    string
    default "sifive-freedom" if SOC_SERIES_RISCV32_SIFIVE_FREEDOM
    depends on SOC_SERIES_RISCV32_SIFIVE_FREEDOM

At soc/x86/intel_quark/quark_d2000/Kconfig.defconfig.series:9

Included via Kconfig:10Kconfig.zephyr:23soc/x86/intel_quark/Kconfig.defconfig:3

Menu path: (top menu)

config SOC_SERIES
    string
    default "quark_d2000" if SOC_SERIES_QUARK_D2000
    depends on SOC_SERIES_QUARK_D2000

At soc/x86/intel_quark/quark_se/Kconfig.defconfig.series:9

Included via Kconfig:10Kconfig.zephyr:23soc/x86/intel_quark/Kconfig.defconfig:3

Menu path: (top menu)

config SOC_SERIES
    string
    default "quark_se" if SOC_SERIES_QUARK_SE
    depends on SOC_SERIES_QUARK_SE

At soc/x86/intel_quark/quark_x1000/Kconfig.defconfig.series:12

Included via Kconfig:10Kconfig.zephyr:23soc/x86/intel_quark/Kconfig.defconfig:3

Menu path: (top menu)

config SOC_SERIES
    string
    default "quark_x1000" if SOC_SERIES_QUARK_X1000
    depends on SOC_SERIES_QUARK_X1000

At arch/Kconfig:481

Included via Kconfig:10Kconfig.zephyr:29

Menu path: (top menu)

config SOC_SERIES
    string
    help
      SoC series name which can be found under soc/<arch>/<family>/<series>.
      This option holds the directory name used by the build system to locate
      the correct linker and header files.

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