Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46958 )
Change subject: soc/intel/broadwell: Select INTEL_LYNXPOINT_LP ......................................................................
soc/intel/broadwell: Select INTEL_LYNXPOINT_LP
This allows the correct Haswell and Lynxpoint code to be used.
Change-Id: Icbfc5bb11b1ea755a143fa340a3971376f4e5e91 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/soc/intel/broadwell/Kconfig 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/46958/1
diff --git a/src/soc/intel/broadwell/Kconfig b/src/soc/intel/broadwell/Kconfig index 22173d2..02cd1c2 100644 --- a/src/soc/intel/broadwell/Kconfig +++ b/src/soc/intel/broadwell/Kconfig @@ -5,6 +5,10 @@
if SOC_INTEL_BROADWELL
+config INTEL_LYNXPOINT_LP + bool + default y if SOC_INTEL_BROADWELL + config SOC_SPECIFIC_OPTIONS def_bool y select ACPI_INTEL_HARDWARE_SLEEP_VALUES