Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/47554 )
Change subject: mb/google/zork/: Enable REGULATORY_DOMAIN on Vilboz ......................................................................
mb/google/zork/: Enable REGULATORY_DOMAIN on Vilboz
WRDD table is needed for Intel WiFi module to enable SAR function.
BUG=b:173066178 BRANCH=zork TEST=dump ACPI and check WRDD exist with Intel WiFi module.
Signed-off-by: Eric Lai ericr_lai@compal.corp-partner.google.com Change-Id: I9fd6fd19ed188f7ab91faab9e2599b9b09ca5b22 Reviewed-on: https://review.coreboot.org/c/coreboot/+/47554 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Amanda Hwang amanda_hwang@compal.corp-partner.google.com --- M src/mainboard/google/zork/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Amanda Hwang: Looks good to me, approved
diff --git a/src/mainboard/google/zork/Kconfig b/src/mainboard/google/zork/Kconfig index 320f668..041a4e7 100644 --- a/src/mainboard/google/zork/Kconfig +++ b/src/mainboard/google/zork/Kconfig @@ -279,5 +279,6 @@ select SAR_ENABLE select USE_SAR select GEO_SAR_ENABLE + select HAVE_REGULATORY_DOMAIN if BOARD_GOOGLE_VILBOZ
endif # BOARD_GOOGLE_BASEBOARD_TREMBYLE || BOARD_GOOGLE_BASEBOARD_DALBOZ