From 48697fe009cd1beb5b07f13f0080f7afaef73998 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Wed, 26 Aug 2020 08:44:06 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/44825 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/mainboard/google/zork/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard') 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 -- cgit v1.2.3