On Thu, Jan 21, 2021 at 4:38 AM Heinrich Schuchardt <[email protected]> wrote: > > Trying to compile qemu-x86_64_defconfig with CONFIG_CMD_ACPI=y and > CONFIG_ACPIGEN=n fails with > > ld.bfd: cmd/built-in.o: in function `do_acpi_items': > cmd/acpi.c:162: undefined reference to `acpi_dump_items' > > Add the missing configuration dependency. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > cmd/Kconfig | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >
Reviewed-by: Bin Meng <[email protected]>

