diff options
author | Kevin Chiu <Kevin.Chiu@quantatw.com> | 2020-08-20 18:12:10 +0800 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2020-08-24 14:25:10 +0000 |
commit | 638172b44e944a3345314c89acbfb27a5a37cb16 (patch) | |
tree | 12c7f313cf3b34049d2bccc5303d020fffb942b0 /src/mainboard/google/zork | |
parent | f5b3a49b76e3feeb617c51df432d36bdb043a0ce (diff) | |
download | coreboot-638172b44e944a3345314c89acbfb27a5a37cb16.tar.xz |
mb/google/zork: Enable WiFi SAR configs
BUG=b:159304570
BRANCH=master
TEST=1. cros-workon-zork start coreboot-private-files-zork
2. emerge-zork chromeos-config coreboot-private-files-zork \
coreboot chromeos-bootimage
Change-Id: Ibf1cca8a039e37acbbd9f97ee6a35414ceb3ca6e
Signed-off-by: Kevin Chiu <kevin.chiu@quantatw.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44634
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/zork')
-rw-r--r-- | src/mainboard/google/zork/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/google/zork/Kconfig b/src/mainboard/google/zork/Kconfig index e20b255c0c..51e5144e0e 100644 --- a/src/mainboard/google/zork/Kconfig +++ b/src/mainboard/google/zork/Kconfig @@ -257,4 +257,12 @@ config EFS_SPI_MICRON_FLAG int default 0 +config CHROMEOS_WIFI_SAR + bool + default y if CHROMEOS + select DSAR_ENABLE + select SAR_ENABLE + select USE_SAR + select GEO_SAR_ENABLE + endif # BOARD_GOOGLE_BASEBOARD_TREMBYLE || BOARD_GOOGLE_BASEBOARD_DALBOZ |