summaryrefslogtreecommitdiff
path: root/src/acpi/Kconfig
diff options
context:
space:
mode:
authorNaresh Solanki <naresh.solanki@9elements.com>2023-09-13 12:01:58 +0200
committerLean Sheng Tan <sheng.tan@9elements.com>2023-12-06 13:06:22 +0000
commit6920c6f232600cc828ac102bc0636043b4b956c9 (patch)
tree0984cac4986a4f0f38f2b8aa3c6f236529985adf /src/acpi/Kconfig
parent67b3c8f278312768a25f0ad07569e22288d0a11f (diff)
acpi: Add IO Remapping Table structures
Input Output Remapping Table (IORT) represents the IO topology of an Arm based system. Document number: ARM DEN 0049E.e, Sep 2022 Change-Id: I4e8e3323caa714a56882939914cac510bf95d30b Signed-off-by: Naresh Solanki <naresh.solanki@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77884 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/acpi/Kconfig')
-rw-r--r--src/acpi/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/acpi/Kconfig b/src/acpi/Kconfig
index cf51969e41..83d18bf62f 100644
--- a/src/acpi/Kconfig
+++ b/src/acpi/Kconfig
@@ -86,6 +86,12 @@ config ACPI_GTDT
help
Selected by platforms that implement ARM generic timers
+config ACPI_IORT
+ def_bool n
+ depends on ARCH_ARM64 && HAVE_ACPI_TABLES
+ help
+ Selected by platforms that implement ARM IO Remap table.
+
config MAX_ACPI_TABLE_SIZE_KB
int
default 144