package/efivar: add BR2_RISCV_64 in _ARCH_SUPPORTS

A RISC-V 64bit EFI defconfig was added in commit 82199551
"configs/qemu_riscv64_virt_efi: new defconfig". So efivar can now be
enabled for this architecture.

This commit adds BR2_RISCV_64 in BR2_PACKAGE_EFIVAR_ARCH_SUPPORTS.

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Julien Olivain 2023-12-26 23:20:13 +01:00 committed by Thomas Petazzoni
parent 9e2e85df90
commit 3ab4b55b0a

View File

@ -2,7 +2,8 @@ config BR2_PACKAGE_EFIVAR_ARCH_SUPPORTS
bool
default y
depends on BR2_arm || BR2_aarch64 || BR2_i386 || BR2_x86_64 \
|| BR2_powerpc64le || BR2_mipsel || BR2_mips64el
|| BR2_powerpc64le || BR2_mipsel || BR2_mips64el \
|| BR2_RISCV_64
config BR2_PACKAGE_EFIVAR
bool "efivar"