Karthik Ramasubramanian has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44631 )
Change subject: mb/google/dedede: Add option to enable WiFi SAR configs ......................................................................
Patch Set 5: Code-Review+2
(1 comment)
https://review.coreboot.org/c/coreboot/+/44631/5/src/mainboard/google/dedede... File src/mainboard/google/dedede/Kconfig:
https://review.coreboot.org/c/coreboot/+/44631/5/src/mainboard/google/dedede... PS5, Line 45: config CHROMEOS_WIFI_SAR : bool "Enable SAR options for Chrome OS build" : depends on CHROMEOS : select DSAR_ENABLE : select GEO_SAR_ENABLE : select SAR_ENABLE : select USE_SAR : select WIFI_SAR_CBFS This is more of a note to me that SAR table for Intel WiFi alone resides in CBFS and hence need to be emitted only for that. No action needed from you.