From 5d935b3377ac54009e69e7aa91616ee2ded4c9b2 Mon Sep 17 00:00:00 2001 From: Felix Durairaj Date: Fri, 20 Nov 2015 16:18:42 -0800 Subject: Chromeos: Implement wifi_regulatory_domain using "regions" key in VPD Implement wifi_regulatory_domain function by getting country code from VPD Original-Reviewed-on: https://chromium-review.googlesource.com/314385 Original-Reviewed-by: Pratikkumar V Prajapati Original-Reviewed-by: Aaron Durbin Original-Tested-by: Hannah Williams Change-Id: Ia6a24df110a3860d404d345571007ae8965e9564 Signed-off-by: fdurairx Signed-off-by: Hannah Williams Reviewed-on: https://review.coreboot.org/12743 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/vendorcode/google/chromeos/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/vendorcode/google/chromeos/Kconfig') diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig index 87fc024b61..d2a42a13d5 100644 --- a/src/vendorcode/google/chromeos/Kconfig +++ b/src/vendorcode/google/chromeos/Kconfig @@ -160,6 +160,12 @@ config WIPEOUT_SUPPORTED signal the application the need for factory reset (a.k.a. wipe out) of the device +config HAVE_REGULATORY_DOMAIN + bool "Add regulatory domain methods" + default n + help + This option is needed to add ACPI regulatory domain methods + source src/vendorcode/google/chromeos/vboot2/Kconfig endif # CHROMEOS -- cgit v1.2.3