configs: Enable sysinfo for QEMU Arm64

Enable sysinfo smbios by default for arm64.
When SYSINFO_SMBIOS is enabled, disable QFW_SMBIOS.

Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Raymond Mao
2024-12-06 14:54:27 -08:00
committed by Tom Rini
parent e6285168f8
commit 0af16b3556
2 changed files with 4 additions and 1 deletions

View File

@@ -62,6 +62,8 @@ CONFIG_PCIE_ECAM_GENERIC=y
CONFIG_SCSI=y CONFIG_SCSI=y
CONFIG_DEBUG_UART_PL011=y CONFIG_DEBUG_UART_PL011=y
CONFIG_DEBUG_UART_SHIFT=2 CONFIG_DEBUG_UART_SHIFT=2
CONFIG_SYSINFO=y
CONFIG_SYSINFO_SMBIOS=y
CONFIG_SYSRESET=y CONFIG_SYSRESET=y
CONFIG_SYSRESET_CMD_POWEROFF=y CONFIG_SYSRESET_CMD_POWEROFF=y
CONFIG_SYSRESET_PSCI=y CONFIG_SYSRESET_PSCI=y
@@ -71,3 +73,4 @@ CONFIG_USB_EHCI_PCI=y
CONFIG_SEMIHOSTING=y CONFIG_SEMIHOSTING=y
CONFIG_MBEDTLS_LIB=y CONFIG_MBEDTLS_LIB=y
CONFIG_TPM=y CONFIG_TPM=y
CONFIG_GENERATE_SMBIOS_TABLE_VERBOSE=y

View File

@@ -568,7 +568,7 @@ config QFW_MMIO
config QFW_SMBIOS config QFW_SMBIOS
bool bool
default y default y
depends on QFW && SMBIOS && !SANDBOX depends on QFW && SMBIOS && !SANDBOX && !SYSINFO_SMBIOS
help help
Hidden option to read SMBIOS tables from QEMU. Hidden option to read SMBIOS tables from QEMU.