The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_CPU_HS6X

(No prompt – not directly user assignable.)

Type: bool

Help

If y, the SoC uses an ARC HS6x CPU

Direct dependencies

(SOC_NSIM_HS6X && SOC_NSIM) || (SOC_QEMU_ARC_HS6X && SOC_QEMU_ARC) || (ISA_ARCV3 && ARC)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Symbols selected by this symbol

Kconfig definitions

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

Included via Kconfig:8Kconfig.zephyr:19doc/_build/Kconfig/Kconfig.soc.defconfig:1soc/arc/snps_nsim/Kconfig.defconfig:20

Menu path: (Top)

config CPU_HS6X
    bool
    default y
    depends on SOC_NSIM_HS6X && SOC_NSIM

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

Included via Kconfig:8Kconfig.zephyr:19doc/_build/Kconfig/Kconfig.soc.defconfig:1soc/arc/snps_qemu/Kconfig.defconfig:39

Menu path: (Top)

config CPU_HS6X
    bool
    default y
    depends on SOC_QEMU_ARC_HS6X && SOC_QEMU_ARC

At arch/arc/Kconfig:90

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

Menu path: (Top) → ARC Options

config CPU_HS6X
    bool
    select CPU_ARCHS
    select 64BIT
    depends on ISA_ARCV3 && ARC
    help
      If y, the SoC uses an ARC HS6x CPU

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