summaryrefslogtreecommitdiff
path: root/drivers/misc
diff options
context:
space:
mode:
authorRaymond Mao <[email protected]>2024-12-06 14:54:27 -0800
committerTom Rini <[email protected]>2025-01-14 14:29:29 -0600
commit0af16b35561f09e529f3ced1b1f738858ec462fb (patch)
tree810bdd8040f8a73b57a1d2e20d370f6cd0d2f528 /drivers/misc
parente6285168f8df3801c7a0583ec778ace3a6817e6b (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 <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/Kconfig2
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.