On Mon, 7 Apr 2025 at 09:44, Heinrich Schuchardt <heinrich.schucha...@canonical.com> wrote: > > 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") > Signed-off-by: Heinrich Schuchardt <heinrich.schucha...@canonical.com> > --- > drivers/misc/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig > index da84b35e804..6312f54a3ca 100644 > --- a/drivers/misc/Kconfig > +++ b/drivers/misc/Kconfig > @@ -569,6 +569,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. > > -- > 2.48.1 >
Reviewed-by: Ilias Apalodimas <ilias.apalodi...@linaro.org>