diff options
author | Raymond Mao <raymond.mao@linaro.org> | 2024-12-06 14:54:27 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-01-14 14:29:29 -0600 |
commit | 0af16b35561f09e529f3ced1b1f738858ec462fb (patch) | |
tree | 810bdd8040f8a73b57a1d2e20d370f6cd0d2f528 /drivers | |
parent | e6285168f8df3801c7a0583ec778ace3a6817e6b (diff) |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/misc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 6009d55f400..da84b35e804 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -568,7 +568,7 @@ config QFW_MMIO config QFW_SMBIOS bool default y - depends on QFW && SMBIOS && !SANDBOX + depends on QFW && SMBIOS && !SANDBOX && !SYSINFO_SMBIOS help Hidden option to read SMBIOS tables from QEMU. |