blob: 8912ff310501ed1c75f087ee37a7c373675e6997 [file] [log] [blame]
Shaunak Sahabd427802017-07-18 00:19:33 -07001config SOC_INTEL_COMMON_BLOCK_ACPI
2 depends on SOC_INTEL_COMMON_BLOCK_CPU
3 depends on SOC_INTEL_COMMON_BLOCK_PMC
4 bool
5 help
6 Intel Processor common code for ACPI
Michael Niewöhner89e83b72020-11-12 23:47:30 +01007
Michael Niewöhnerf0a44ae2021-01-01 21:04:09 +01008config SOC_INTEL_COMMON_BLOCK_ACPI_LPIT
9 bool
10 depends on HAVE_ACPI_TABLES
11 select ACPI_LPIT
12 help
Francois Toguo15cbc3b2021-01-26 10:27:49 -080013 Generate LPIT table with LPI state entries
14
15config SOC_INTEL_COMMON_BLOCK_CRASHLOG
16 bool
17 depends on SOC_INTEL_CRASHLOG
18 help
19 Generate crash data for BERT table
Michael Niewöhnerf0a44ae2021-01-01 21:04:09 +010020
Michael Niewöhner89e83b72020-11-12 23:47:30 +010021if SOC_INTEL_COMMON_BLOCK_ACPI
22
23config SOC_INTEL_COMMON_BLOCK_ACPI_CPPC
24 bool
25 help
26 Generate CPPC entries for Intel SpeedShift
27
Francois Toguo15cbc3b2021-01-26 10:27:49 -080028
Michael Niewöhner89e83b72020-11-12 23:47:30 +010029endif