diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2023-06-30 15:01:08 +0200 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2023-07-23 18:26:13 +0000 |
commit | 2e3cb639258fcc63816e3e0f0c5ec468931bf2a4 (patch) | |
tree | 82493a1b4939015130d4b84f7c89dccb660d6c6c /src/acpi/Kconfig | |
parent | c202be793fd483167ab25b60a3f4630137ca33ae (diff) | |
download | coreboot-2e3cb639258fcc63816e3e0f0c5ec468931bf2a4.tar.gz coreboot-2e3cb639258fcc63816e3e0f0c5ec468931bf2a4.tar.bz2 coreboot-2e3cb639258fcc63816e3e0f0c5ec468931bf2a4.zip |
acpi.c: Add functions to create GTDT
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Change-Id: Ica6b2d79d61558706998edbbaee185125ff5b36c
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76296
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'src/acpi/Kconfig')
-rw-r--r-- | src/acpi/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/acpi/Kconfig b/src/acpi/Kconfig index a45a68c45823..b3a87f9b5ffc 100644 --- a/src/acpi/Kconfig +++ b/src/acpi/Kconfig @@ -68,3 +68,9 @@ config ACPI_LPIT depends on HAVE_ACPI_TABLES help Selected by platforms that support and fill Intel Low Power Idle Table. + +config ACPI_GTDT + bool + depends on HAVE_ACPI_TABLES + help + Selected by platforms that implement ARM generic timers |