diff options
author | Casper Chang <casper_chang@wistron.corp-partner.google.com> | 2019-03-12 18:46:18 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-03-14 11:26:22 +0000 |
commit | 9e8da228287a12fa480149cda22817e4ada87afa (patch) | |
tree | b1ed5458e3d494ab1c189095a07e9cbbe52535eb /src/mainboard/google/sarien | |
parent | 96a437f4aa12f79829f3a6e54d074dbc35ba0e6d (diff) |
mb/google/arcada: add Kconfig option to enable WLAN SAR
Enable WLAN SAR power table.
BUG=b:123552641
TEST=Verified WLAN SAR power table forllows VPD setting
Signed-off-by: Casper Chang <casper_chang@wistron.corp-partner.google.com>
Change-Id: I882b1c7ed0b1142a84eb338142e1c984df45eeba
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31859
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Diffstat (limited to 'src/mainboard/google/sarien')
-rw-r--r-- | src/mainboard/google/sarien/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/sarien/Kconfig b/src/mainboard/google/sarien/Kconfig index 462ff06064..8f8b37c9c7 100644 --- a/src/mainboard/google/sarien/Kconfig +++ b/src/mainboard/google/sarien/Kconfig @@ -25,6 +25,8 @@ config BOARD_GOOGLE_BASEBOARD_SARIEN select TPM2 select MAINBOARD_USES_IFD_EC_REGION select MAINBOARD_USES_IFD_GBE_REGION if BOARD_GOOGLE_SARIEN + select USE_SAR + select SAR_ENABLE if BOARD_GOOGLE_BASEBOARD_SARIEN |