[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy/variants/nautilus: Enable SAR configs

Furquan Shaikh (Code Review) gerrit at coreboot.org
Mon Mar 12 14:35:50 CET 2018


Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/25104


Change subject: mb/google/poppy/variants/nautilus: Enable SAR configs
......................................................................

mb/google/poppy/variants/nautilus: Enable SAR configs

This change enables SAR configs when building with CHROMEOS option.

BUG=b:74439919

Change-Id: I11a8fa04a77f688ed288780f2c605b8ac701f5a9
Signed-off-by: Furquan Shaikh <furquan at google.com>
---
M src/mainboard/google/poppy/Kconfig
1 file changed, 8 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/25104/1

diff --git a/src/mainboard/google/poppy/Kconfig b/src/mainboard/google/poppy/Kconfig
index d4679f6..7d98d0e 100644
--- a/src/mainboard/google/poppy/Kconfig
+++ b/src/mainboard/google/poppy/Kconfig
@@ -16,6 +16,13 @@
 
 if BOARD_GOOGLE_BASEBOARD_POPPY
 
+config CHROMEOS_WIFI_SAR
+	bool
+	depends on CHROMEOS
+	select DSAR_ENABLE
+	select SAR_ENABLE
+	select USE_SAR
+
 config DEVICETREE
 	string
 	default "variants/nami/devicetree.cb" if BOARD_GOOGLE_NAMI
@@ -134,6 +141,7 @@
 
 config VARIANT_SPECIFIC_OPTIONS_NAUTILUS
 	def_bool n
+	select CHROMEOS_WIFI_SAR if CHROMEOS
 	select DRIVERS_GENERIC_MAX98357A
 	select DRIVERS_I2C_DA7219
 	select DRIVERS_PS2_KEYBOARD

-- 
To view, visit https://review.coreboot.org/25104
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I11a8fa04a77f688ed288780f2c605b8ac701f5a9
Gerrit-Change-Number: 25104
Gerrit-PatchSet: 1
Gerrit-Owner: Furquan Shaikh <furquan at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180312/052a73d5/attachment.html>


More information about the coreboot-gerrit mailing list