boards: xenvm: doc: Remove reference to deleted file

`xenvm_xenvm_defconfig` no longer exists. Take this opportunity to refer
to board configurations by their actual identifiers.

Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
This commit is contained in:
Grzegorz Swiderski 2024-02-09 13:45:05 +01:00 committed by Jamie McCrae
parent 06263dd717
commit 519752efcd
1 changed files with 6 additions and 7 deletions

View File

@ -32,11 +32,10 @@ The following hardware features are supported:
The kernel currently does not support other hardware features on this platform.
The default configuration using GICv2 can be found in
:zephyr_file:`boards/xenvm/xenvm_defconfig`
The default configuration for this board can be found in these files:
The default configuration using GICv3 can be found in
:zephyr_file:`boards/xenvm/xenvm_xenvm_gicv3_defconfig`
- ``boards/arm64/xenvm/Kconfig.defconfig``
- ``boards/arm64/xenvm/xenvm_defconfig``
Devices
========
@ -57,10 +56,10 @@ Interrupt Controller
--------------------
Depending on the version of the GIC on your hardware, you may choose one of the
following board configurations:
following board configuration variants:
- ``xenvm_defconfig`` selects GICv2
- ``xenvm_xenvm_gicv3_defconfig`` selects GICv3
- ``xenvm`` selects GICv2
- ``xenvm//gicv3`` selects GICv3
CPU Core type
-------------