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 <Zephyr>/soc/arc/snps_nsim/Kconfig.defconfig.hs6x:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:19<BuildDir>/kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arc/snps_nsim/Kconfig.defconfig:20

Menu path: (Top)

config CPU_HS6X
    bool
    default y
    depends on SOC_NSIM_HS6X && SOC_NSIM

At <Zephyr>/soc/arc/snps_qemu/Kconfig.defconfig.hs6x:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:19<BuildDir>/kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/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 <Zephyr>/arch/arc/Kconfig:93

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/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.)