:orphan: .. title:: BOARD_QEMU_CORTEX_A53 .. option:: CONFIG_BOARD_QEMU_CORTEX_A53 *Cortex-A53 Emulation (QEMU)* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_QEMU_CORTEX_A53 ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`ARM64 ` - \ :option:`QEMU_TARGET ` Kconfig definition ================== At ``/arm64/qemu_cortex_a53/Kconfig.board:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/Kconfig:22`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_QEMU_CORTEX_A53 bool "Cortex-A53 Emulation (QEMU)" select ARM64 select QEMU_TARGET depends on SOC_QEMU_CORTEX_A53 && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*