mb/google/drallion: Enable GEO SAR
Enable GEO SAR function. BUG=b:150347463 BRANCH=drallion TEST=NA Signed-off-by: Eric Lai <ericr_lai@compal.corp-partner.google.com> Change-Id: Iace9aa0245840328aa13920512747ca7f60e85dd Reviewed-on: https://review.coreboot.org/c/coreboot/+/39467 Reviewed-by: Mathew King <mathewk@chromium.org> Reviewed-by: Ivy Jian <ivy_jian@compal.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
c04757b108
commit
f9c6a8821f
|
@ -37,6 +37,7 @@ config CHROMEOS_WIFI_SAR
|
||||||
bool "Enable SAR options for Chrome OS build"
|
bool "Enable SAR options for Chrome OS build"
|
||||||
depends on CHROMEOS
|
depends on CHROMEOS
|
||||||
select DSAR_ENABLE
|
select DSAR_ENABLE
|
||||||
|
select GEO_SAR_ENABLE
|
||||||
select SAR_ENABLE
|
select SAR_ENABLE
|
||||||
select USE_SAR
|
select USE_SAR
|
||||||
select WIFI_SAR_CBFS
|
select WIFI_SAR_CBFS
|
||||||
|
|
Loading…
Reference in New Issue