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

CONFIG_CPU_HS3X

(No prompt – not directly user assignable.)

Type: bool

Help

If y, the SoC uses an ARC HS3x or HS4x CPU

Direct dependencies

SOC_ARC_HSDK || (SOC_NSIM_HS && SOC_NSIM) || (SOC_NSIM_HS_SMP && SOC_NSIM) || (SOC_NSIM_HS_MPUV6 && SOC_NSIM) || (SOC_QEMU_ARC_HS && SOC_QEMU_ARC) || (ISA_ARCV2 && ARC)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

  • y

  • y

  • y

Symbols selected by this symbol

Kconfig definitions

At soc/arc/snps_arc_hsdk/Kconfig.defconfig:9

Included via Kconfig:8Kconfig.zephyr:27

Menu path: (Top)

config CPU_HS3X
    bool
    default y
    depends on SOC_ARC_HSDK

At soc/arc/snps_nsim/Kconfig.defconfig.hs:6

Included via Kconfig:8Kconfig.zephyr:27soc/arc/snps_nsim/Kconfig.defconfig:15

Menu path: (Top)

config CPU_HS3X
    bool
    default y
    depends on SOC_NSIM_HS && SOC_NSIM

At soc/arc/snps_nsim/Kconfig.defconfig.hs_smp:6

Included via Kconfig:8Kconfig.zephyr:27soc/arc/snps_nsim/Kconfig.defconfig:16

Menu path: (Top)

config CPU_HS3X
    bool
    default y
    depends on SOC_NSIM_HS_SMP && SOC_NSIM

At soc/arc/snps_nsim/Kconfig.defconfig.hs_mpuv6:6

Included via Kconfig:8Kconfig.zephyr:27soc/arc/snps_nsim/Kconfig.defconfig:19

Menu path: (Top)

config CPU_HS3X
    bool
    default y
    depends on SOC_NSIM_HS_MPUV6 && SOC_NSIM

At soc/arc/snps_qemu/Kconfig.defconfig.hs:6

Included via Kconfig:8Kconfig.zephyr:27soc/arc/snps_qemu/Kconfig.defconfig:34

Menu path: (Top)

config CPU_HS3X
    bool
    default y
    depends on SOC_QEMU_ARC_HS && SOC_QEMU_ARC

At arch/arc/Kconfig:80

Included via Kconfig:8Kconfig.zephyr:39arch/Kconfig:12

Menu path: (Top) → ARC Options

config CPU_HS3X
    bool
    select CPU_ARCHS
    depends on ISA_ARCV2 && ARC
    help
      If y, the SoC uses an ARC HS3x or HS4x CPU

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)