summaryrefslogtreecommitdiff
path: root/drivers/acpi/Kconfig
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-02-25 20:57:40 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-02-25 20:57:40 +0300
commitb11ffaeacd1984b1fca41374c769fb0ff0aa0a42 (patch)
tree16856805159d1a4ebe3f06dbb03f7e7e782d2de3 /drivers/acpi/Kconfig
parent6c0b5e3fc6b536b125a66dfee103f3bc26d386f6 (diff)
parentd1eb86e59be09c12447fcb959783cbc70a9bec01 (diff)
downloadlinux-b11ffaeacd1984b1fca41374c769fb0ff0aa0a42.tar.xz
Merge branch 'acpi-tables'
* acpi-tables: ACPI: tables: introduce support for FPDT table
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r--drivers/acpi/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 7265173689ce..eedec61e3476 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -87,6 +87,14 @@ config ACPI_SPCR_TABLE
This table provides information about the configuration of the
earlycon console.
+config ACPI_FPDT
+ bool "ACPI Firmware Performance Data Table (FPDT) support"
+ depends on X86_64
+ help
+ Enable support for the Firmware Performance Data Table (FPDT).
+ This table provides information on the timing of the system
+ boot, S3 suspend and S3 resume firmware code paths.
+
config ACPI_LPIT
bool
depends on X86_64