:orphan: .. title:: BOARD_FVP_BASER_AEMV8R .. option:: CONFIG_BOARD_FVP_BASER_AEMV8R *FVP BaseR AEMv8R simulation board* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_FVP_AEMV8R_AARCH64 ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/arm64/fvp_baser_aemv8r/Kconfig.board:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/Kconfig:22`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_FVP_BASER_AEMV8R bool "FVP BaseR AEMv8R simulation board" depends on SOC_FVP_AEMV8R_AARCH64 && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*