blob: d9a7a87859557f9da26afbcc51666506bf5be857 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
config SOC_INTEL_COMMON_BLOCK_ACPI
depends on SOC_INTEL_COMMON_BLOCK_CPU
depends on SOC_INTEL_COMMON_BLOCK_PMC
bool
help
Intel Processor common code for ACPI
if SOC_INTEL_COMMON_BLOCK_ACPI
config SOC_INTEL_COMMON_BLOCK_ACPI_CPPC
bool
help
Generate CPPC entries for Intel SpeedShift
endif
|