[PATCH 1/1] cmd: CMD_ACPI depends on ACPIGEN
Bin Meng
bmeng.cn at gmail.com
Thu Jan 21 04:13:57 CET 2021
On Thu, Jan 21, 2021 at 4:38 AM Heinrich Schuchardt <xypron.glpk at gmx.de> 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 <xypron.glpk at gmx.de>
> ---
> cmd/Kconfig | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list