[RFC 4/4] ACPI: Enable PPTT support on ARM64
Jeremy Linton
jeremy.linton at arm.com
Fri Aug 4 17:11:59 PDT 2017
Now that we have a parser, and arm64 has appropriate
hooks in place to utilize it, lets enable PPTT
parsing in the arm64 ACPI build.
Signed-off-by: Jeremy Linton <jeremy.linton at arm.com>
---
drivers/acpi/arm64/Kconfig | 3 +++
drivers/acpi/arm64/Makefile | 1 +
2 files changed, 4 insertions(+)
diff --git a/drivers/acpi/arm64/Kconfig b/drivers/acpi/arm64/Kconfig
index 5a6f80f..74b855a 100644
--- a/drivers/acpi/arm64/Kconfig
+++ b/drivers/acpi/arm64/Kconfig
@@ -7,3 +7,6 @@ config ACPI_IORT
config ACPI_GTDT
bool
+
+config ACPI_PPTT
+ bool
\ No newline at end of file
diff --git a/drivers/acpi/arm64/Makefile b/drivers/acpi/arm64/Makefile
index 1017def..b6dee6b 100644
--- a/drivers/acpi/arm64/Makefile
+++ b/drivers/acpi/arm64/Makefile
@@ -1,2 +1,3 @@
obj-$(CONFIG_ACPI_IORT) += iort.o
obj-$(CONFIG_ACPI_GTDT) += gtdt.o
+obj-$(CONFIG_ACPI_GTDT) += pptt.o
--
2.9.4
More information about the linux-arm-kernel
mailing list