diff options
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 293c194538..2727889f9e 100644 --- a/src/acpi/Kconfig +++ b/src/acpi/Kconfig @@ -40,3 +40,9 @@ config HAVE_ACPI_TABLES help This variable specifies whether a given board has ACPI table support. It is usually set in mainboard/*/Kconfig. + +config ACPI_LPIT + bool + depends on HAVE_ACPI_TABLES + help + Selected by platforms that support and fill Intel Low Power Idle Table. |