diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-04-07 08:44:24 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2025-04-11 13:27:35 +0200 |
| commit | 253af704c5e44c76c1d2847e86ed9707e079ec71 (patch) | |
| tree | d91ab44db4913cf1fab6f9644d663e6a676b9e54 /drivers | |
| parent | 93f3f143d6c24b103f8c7f6ef29dc5ebf7738974 (diff) | |
smbios: select CONFIG_BLOBLIST
Since commit 53d5a221632e ("emulation: Use bloblist to hold tables")
`make qemu-riscv64_smode_defconfig acpi.config && make` fails with
drivers/misc/qfw_smbios.c:93:(.text.qfw_evt_write_smbios_tables+0xe):
undefined reference to `bloblist_add'
Build with bloblist support.
Fixes: 53d5a221632e ("emulation: Use bloblist to hold tables")
Reviewed-by: Ilias Apalodimas <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/misc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 834e0285097..0911d2fc0cc 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -576,6 +576,7 @@ config QFW_SMBIOS bool default y depends on QFW && SMBIOS && !SANDBOX && !SYSINFO_SMBIOS + select BLOBLIST help Hidden option to read SMBIOS tables from QEMU. |
