blob: 6aa3abcad95066711bbd572332e4a773551a20b0 [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
Angel Pons98f672a2021-02-19 19:42:10 +01008config SOC_INTEL_COMMON_BLOCK_ACPI_GPIO
9 bool
10
Michael Niewöhnerf0a44ae2021-01-01 21:04:09 +010011config SOC_INTEL_COMMON_BLOCK_ACPI_LPIT
12 bool
13 depends on HAVE_ACPI_TABLES
14 select ACPI_LPIT
15 help
Francois Toguo15cbc3b2021-01-26 10:27:49 -080016 Generate LPIT table with LPI state entries
17
18config SOC_INTEL_COMMON_BLOCK_CRASHLOG
19 bool
20 depends on SOC_INTEL_CRASHLOG
21 help
22 Generate crash data for BERT table
Michael Niewöhnerf0a44ae2021-01-01 21:04:09 +010023
Michael Niewöhner89e83b72020-11-12 23:47:30 +010024if SOC_INTEL_COMMON_BLOCK_ACPI
25
26config SOC_INTEL_COMMON_BLOCK_ACPI_CPPC
27 bool
28 help
29 Generate CPPC entries for Intel SpeedShift
30
Francois Toguo15cbc3b2021-01-26 10:27:49 -080031
Michael Niewöhner89e83b72020-11-12 23:47:30 +010032endif