mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
acpi: Correct dependencies for GENERATE_ACPI_TABLE
In order to build this code, outside of QEMU systems which instead have provided tables that we use, we must select ACPIGEN as well. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
3644baf78c
commit
b2eda1d2c0
@ -338,6 +338,7 @@ config SPL_ACPI
|
||||
config GENERATE_ACPI_TABLE
|
||||
bool "Generate an ACPI (Advanced Configuration and Power Interface) table"
|
||||
depends on ACPI
|
||||
select ACPIGEN if !QFW_ACPI
|
||||
select BLOBLIST
|
||||
select QFW if QEMU
|
||||
help
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user