:orphan: .. title:: CONFIG_BOARD_FVP_BASER_AEMV8R .. kconfig:: CONFIG_BOARD_FVP_BASER_AEMV8R CONFIG_BOARD_FVP_BASER_AEMV8R ############################# *FVP BaseR AEMv8R simulation board* Type: ``bool`` Direct dependencies =================== \ :kconfig:`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:37`` → ``/Kconfig:29`` 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.)*