:orphan: .. title:: CPU_HS6X .. option:: CONFIG_CPU_HS6X *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none If y, the SoC uses an ARC HS6x CPU Direct dependencies =================== (\ :option:`SOC_NSIM_HS6X ` && \ :option:`SOC_NSIM `) || (\ :option:`SOC_QEMU_ARC_HS6X ` && \ :option:`SOC_QEMU_ARC `) || (\ :option:`ISA_ARCV3 ` && \ :option:`ARC `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :option:`CPU_ARCHS ` - \ :option:`64BIT ` Kconfig definitions =================== At ``/arc/snps_nsim/Kconfig.defconfig.hs6x:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_nsim/Kconfig.defconfig:20`` Menu path: (Top) .. code-block:: kconfig config CPU_HS6X bool default y depends on SOC_NSIM_HS6X && SOC_NSIM ---- At ``/arc/snps_qemu/Kconfig.defconfig.hs6x:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_qemu/Kconfig.defconfig:39`` Menu path: (Top) .. code-block:: kconfig config CPU_HS6X bool default y depends on SOC_QEMU_ARC_HS6X && SOC_QEMU_ARC ---- At ``/arc/Kconfig:90`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``/Kconfig:12`` Menu path: (Top) → ARC Options .. code-block:: kconfig 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.)*