:orphan: .. title:: CONFIG_SOC_QEMU_ARC .. kconfig:: CONFIG_SOC_QEMU_ARC CONFIG_SOC_QEMU_ARC ################### *QEMU emulation of ARC cores* *QEMU emulation of ARC cores* Type: ``bool`` Direct dependencies =================== \ :ref:` ` || \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`ARC ` - \ :kconfig:`CPU_HAS_MPU ` - \ :kconfig:`ARC ` - \ :kconfig:`CPU_HAS_MPU ` Kconfig definitions =================== At ``/arc/snps_qemu/Kconfig.soc:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:7`` → ``/kconfig/Kconfig.soc:1`` Menu path: (Top) → SoC/CPU/Configuration Selection .. code-block:: kconfig config SOC_QEMU_ARC bool "QEMU emulation of ARC cores" select ARC select CPU_HAS_MPU depends on ---- At ``/arc/snps_qemu/Kconfig.soc:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:9`` Menu path: (Top) → SoC/CPU/Configuration Selection .. code-block:: kconfig config SOC_QEMU_ARC bool "QEMU emulation of ARC cores" select ARC select CPU_HAS_MPU depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*