diff options
author | Robert Chen <robert.chen@quanta.corp-partner.google.com> | 2022-02-09 17:20:32 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-02-17 17:13:27 +0000 |
commit | 6c4135e636afd0c5dc21f6ef185aba02e918cf30 (patch) | |
tree | a5d495dc4d226a01516f8dd1016db61490019344 /src/mainboard/google/brya/Kconfig.name | |
parent | a7305c19e649e07053ce321fd0e8a12a0a277332 (diff) |
mb/google/brya/var/vell: Add Wifi SAR for vell
Add wifi sar for vell
BUG=b:218992598
TEST=emerge-brya coreboot-private-files-baseboard-brya coreboot chromeos-bootimage
Change-Id: I74fddd1dbcb7019fd5fe394da291f125f0d4960f
Signed-off-by: Robert Chen <robert.chen@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61761
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google/brya/Kconfig.name')
-rw-r--r-- | src/mainboard/google/brya/Kconfig.name | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index f6fb23af70..7740bbe0d4 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -160,6 +160,7 @@ config BOARD_GOOGLE_VELL select DRIVERS_GFX_GENERIC select DRIVERS_INTEL_MIPI_CAMERA select SOC_INTEL_COMMON_BLOCK_IPU + select CHROMEOS_WIFI_SAR if CHROMEOS config BOARD_GOOGLE_VOLMAR bool "-> Volmar" |