From 519752efcdebf21eee1e622c1c1c2f8c1338253d Mon Sep 17 00:00:00 2001 From: Grzegorz Swiderski Date: Fri, 9 Feb 2024 13:45:05 +0100 Subject: [PATCH] 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 --- boards/xen/xenvm/doc/index.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/boards/xen/xenvm/doc/index.rst b/boards/xen/xenvm/doc/index.rst index 8bf6af9dbe1..87305472320 100644 --- a/boards/xen/xenvm/doc/index.rst +++ b/boards/xen/xenvm/doc/index.rst @@ -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 -------------