diff options
| author | Heinrich Schuchardt <[email protected]> | 2023-12-19 16:04:08 +0100 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2024-01-07 13:49:15 -0700 |
| commit | 8c4b37ce97c27ad4e7f83b028d4cd1396a51a36f (patch) | |
| tree | 69bb9a116ba839ffc101d1ae923485401332294f | |
| parent | b8bb5704ae043db6040a60c23026949a9887e351 (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
| -rw-r--r-- | board/emulation/qemu-arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/emulation/qemu-arm/Kconfig b/board/emulation/qemu-arm/Kconfig index ac2d078f42a..e21c135e86f 100644 --- a/board/emulation/qemu-arm/Kconfig +++ b/board/emulation/qemu-arm/Kconfig @@ -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 |
