: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 ================== .. highlight:: kconfig At ``boards/arm/qemu_cortex_a53/Kconfig.board:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:22`` Menu path: (Top) → Board Selection .. parsed-literal:: config BOARD_QEMU_CORTEX_A53 bool "Cortex-A53 Emulation (QEMU)" select \ :option:`ARM64 ` select \ :option:`QEMU_TARGET ` depends on \ :option:`SOC_QEMU_CORTEX_A53 ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*