:orphan: .. title:: CONFIG_CPU_EM6 .. kconfig:: CONFIG_CPU_EM6 CONFIG_CPU_EM6 ############## *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none If y, the SoC uses an ARC EM6 CPU Direct dependencies =================== (\ :kconfig:`SOC_EMSDP_EM6 ` && \ :kconfig:`SOC_ARC_EMSDP `) || (\ :kconfig:`SOC_EMSDP_EM6 ` && \ :kconfig:`SOC_ARC_EMSDP `) || (\ :kconfig:`ISA_ARCV2 ` && \ :kconfig:`ARC `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :kconfig:`CPU_ARCEM ` Kconfig definitions =================== At ``/arc/snps_emsdp/Kconfig.defconfig.em6:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_emsdp/Kconfig.defconfig:16`` Menu path: (Top) .. code-block:: kconfig config CPU_EM6 bool default y depends on SOC_EMSDP_EM6 && SOC_ARC_EMSDP ---- At ``/arc/snps_emsdp/Kconfig.defconfig.em6:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arc/snps_emsdp/Kconfig.defconfig:16`` Menu path: (Top) .. code-block:: kconfig config CPU_EM6 bool default y depends on SOC_EMSDP_EM6 && SOC_ARC_EMSDP ---- At ``/arc/Kconfig:74`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → ARC Options .. code-block:: kconfig config CPU_EM6 bool select CPU_ARCEM depends on ISA_ARCV2 && ARC help If y, the SoC uses an ARC EM6 CPU *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*