summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/poppy/Kconfig
diff options
context:
space:
mode:
authorPratik Prajapati <pratikkumar.v.prajapati@intel.com>2018-07-16 13:07:48 -0700
committerMartin Roth <martinroth@google.com>2018-07-21 00:49:09 +0000
commit86669939ea80d8c90e6fb2676f2fb524005b565b (patch)
tree5e154717477d7ad622554be679556393afd74c12 /src/mainboard/google/poppy/Kconfig
parent113f670baabab0776e68c877fe6b3d7dd07e79a9 (diff)
downloadcoreboot-86669939ea80d8c90e6fb2676f2fb524005b565b.tar.gz
coreboot-86669939ea80d8c90e6fb2676f2fb524005b565b.tar.bz2
coreboot-86669939ea80d8c90e6fb2676f2fb524005b565b.zip
nocturne: enable GEO SAR
Enable the GEO SAR feature for nocturne. OxM programs wifi_sar VPD key in factory. coreboot reads the VPD and creates the ACPI table as per the WGDS spec. BUG=b:65155728 BRANCH=none TEST= Set the wifi_sar VPD with below command (values are junk for test purpose only, actual values would be set be OxM) sudo vpd -f <coreboot.rom> -s wifi_sar=30313233343536373839303132333435363738393030313 24142433435364445463031324142433400364445463031323343444546303132333435 Flash the <coreboot.rom> and boot to kernel. Get ACPI table and WGDS would get created with VPD values passed in. Change-Id: I32ad591f15fdb34704c8d98d98646dfa2d8882ff Signed-off-by: Pratik Prajapati <pratikkumar.v.prajapati@intel.com> Reviewed-on: https://review.coreboot.org/27501 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
Diffstat (limited to 'src/mainboard/google/poppy/Kconfig')
-rw-r--r--src/mainboard/google/poppy/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/poppy/Kconfig b/src/mainboard/google/poppy/Kconfig
index b2ff7031cd42..5b401c6ce1a7 100644
--- a/src/mainboard/google/poppy/Kconfig
+++ b/src/mainboard/google/poppy/Kconfig
@@ -177,6 +177,7 @@ config VARIANT_SPECIFIC_OPTIONS_NOCTURNE
select EXCLUDE_NATIVE_SD_INTERFACE
select MAINBOARD_HAS_SPI_TPM_CR50
select VARIANT_HAS_CAMERA_ACPI
+ select GEO_SAR_ENABLE if CHROMEOS_WIFI_SAR
config VARIANT_SPECIFIC_OPTIONS_SORAKA
def_bool n