soc/intel/common/block/acpi: add Kconfig for CPPC entries generation

Change-Id: Ieae9f221ffb27cf52cab21a130e18aa3929caea3
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47540
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Michael Niewöhner 2020-11-12 23:47:30 +01:00
parent 11f212b825
commit 89e83b76b4
1 changed files with 9 additions and 0 deletions

View File

@ -4,3 +4,12 @@ config SOC_INTEL_COMMON_BLOCK_ACPI
bool bool
help help
Intel Processor common code for ACPI 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