EricR Lai has uploaded this change for review. ( 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 --- M src/mainboard/google/zork/Kconfig.name 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/47554/1
diff --git a/src/mainboard/google/zork/Kconfig.name b/src/mainboard/google/zork/Kconfig.name index 8ed43f0..cd2beca 100644 --- a/src/mainboard/google/zork/Kconfig.name +++ b/src/mainboard/google/zork/Kconfig.name @@ -7,6 +7,7 @@ config BOARD_GOOGLE_VILBOZ bool "-> Vilboz" select BOARD_GOOGLE_BASEBOARD_DALBOZ + select HAVE_REGULATORY_DOMAIN
config BOARD_GOOGLE_EZKINIL bool "-> Ezkinil"