diff options
author | Wei-Ning Huang <wnhuang@google.com> | 2017-04-22 19:01:44 +0800 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2017-05-08 06:10:12 +0200 |
commit | d06e06c36feef6494694d34800fa0706f6c4ff11 (patch) | |
tree | bed94441dbe7b68f18a6abbab6286512c0f0296d /src/mainboard/google/reef | |
parent | 2abbbf15037bd4b1cd8323aa6cce21b148acc8c0 (diff) | |
download | coreboot-d06e06c36feef6494694d34800fa0706f6c4ff11.tar.xz |
mb/google/reef: enable SAR and DSAR
Enable SAR and DSAR for reef.
BUG=b:37612675
TEST=`emerge-reef coreboot`
Change-Id: Ie0a59f8fcc9fb104328ee6d276ecab4193ec8eb8
Signed-off-by: Wei-Ning Huang <wnhuang@google.com>
Reviewed-on: https://review.coreboot.org/19579
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/reef')
-rw-r--r-- | src/mainboard/google/reef/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig index 9e8e680ccb..0d3ec38e51 100644 --- a/src/mainboard/google/reef/Kconfig +++ b/src/mainboard/google/reef/Kconfig @@ -17,6 +17,10 @@ config BOARD_GOOGLE_BASEBOARD_REEF select MAINBOARD_HAS_I2C_TPM_CR50 select TPM2 select GOOGLE_SMBIOS_MAINBOARD_VERSION + select DRIVERS_INTEL_WIFI + select USE_SAR + select SAR_ENABLE + select DSAR_ENABLE if BOARD_GOOGLE_BASEBOARD_REEF |