diff options
author | Aaron Durbin <adurbin@chromium.org> | 2020-08-26 08:44:06 -0600 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2020-08-26 14:54:53 +0000 |
commit | 48697fe009cd1beb5b07f13f0080f7afaef73998 (patch) | |
tree | b28396bd253cf9702c334a571b7a415dd96cb16c /src/mainboard/google | |
parent | 4c4410842359a55261b94fa2b7646c82f1d14641 (diff) | |
download | coreboot-48697fe009cd1beb5b07f13f0080f7afaef73998.tar.xz |
mb/google/zork: meet SAR depedencies
DRIVERS_WIFI_GENERIC is a dependency for these SAR settings.
However, coreboot.org builders are not failing, but chromium
builders are only for serial configurations. It's not clear as
to why. Either way correct this.
BUG=b:159304570
Change-Id: I978b622a3a5a2490b0e3aaa14c24807d5afdff9a
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44825
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/zork/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/zork/Kconfig b/src/mainboard/google/zork/Kconfig index 51e5144e0e..c4f6bf73c4 100644 --- a/src/mainboard/google/zork/Kconfig +++ b/src/mainboard/google/zork/Kconfig @@ -260,6 +260,7 @@ config EFS_SPI_MICRON_FLAG config CHROMEOS_WIFI_SAR bool default y if CHROMEOS + select DRIVERS_WIFI_GENERIC select DSAR_ENABLE select SAR_ENABLE select USE_SAR |