diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-02-25 18:57:40 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-02-25 18:57:40 +0100 |
commit | b11ffaeacd1984b1fca41374c769fb0ff0aa0a42 (patch) | |
tree | 16856805159d1a4ebe3f06dbb03f7e7e782d2de3 /drivers/acpi/Kconfig | |
parent | 6c0b5e3fc6b536b125a66dfee103f3bc26d386f6 (diff) | |
parent | d1eb86e59be09c12447fcb959783cbc70a9bec01 (diff) |
Merge branch 'acpi-tables'
* acpi-tables:
ACPI: tables: introduce support for FPDT table
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 8 |
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 |