From 0f3574e9b61223a4d13b3b300f2d5693e7f2746b Mon Sep 17 00:00:00 2001 From: John Zhao Date: Wed, 8 Aug 2018 16:44:37 -0700 Subject: mb/google/octopus: Enable SAR config for Intel 9560 module Enable the GEO SAR feature for Octopus. Program wifi_sar VPD key. coreboot reads the VPD and creates the ACPI table as per the WGDS spec. BUG=b:112288077 TEST=Program VPD key, extract acpi table ssdt and valiate WGDS entry. Change-Id: I40a6fd9e0ec8b440996bf3389322fd89bcca15a4 Signed-off-by: John Zhao Reviewed-on: https://review.coreboot.org/27966 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/mainboard/google/octopus/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig index f7651cd114..3ed88bd804 100644 --- a/src/mainboard/google/octopus/Kconfig +++ b/src/mainboard/google/octopus/Kconfig @@ -20,6 +20,14 @@ config BOARD_GOOGLE_BASEBOARD_OCTOPUS if BOARD_GOOGLE_BASEBOARD_OCTOPUS +config CHROMEOS_WIFI_SAR + bool + default y if CHROMEOS + select DSAR_ENABLE + select SAR_ENABLE + select USE_SAR + select GEO_SAR_ENABLE + config BASEBOARD_OCTOPUS_LAPTOP def_bool n select SYSTEM_TYPE_LAPTOP -- cgit v1.2.3