mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 13:43:28 +00:00
arm: enable support for QEMU firmware tables
Enable the QEMU firmware interface if ACPI tables are to be supported on the QEMU platform. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
parent
b8bb5704ae
commit
8c4b37ce97
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ config TEXT_BASE
|
|||
|
||||
config BOARD_SPECIFIC_OPTIONS # dummy
|
||||
def_bool y
|
||||
select QFW if ACPI
|
||||
select QFW_MMIO if CMD_QFW
|
||||
imply VIRTIO_MMIO
|
||||
imply VIRTIO_PCI
|
||||
|
|
Loading…
Reference in a new issue