aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/google/chromeos/Kconfig
diff options
context:
space:
mode:
authorFelix Durairaj <felixx.durairaj@intel.com>2015-11-20 16:18:42 -0800
committerMartin Roth <martinroth@google.com>2016-01-21 16:47:11 +0100
commit5d935b3377ac54009e69e7aa91616ee2ded4c9b2 (patch)
tree05918bf8e5f2b20fae97db223e48eeee71e08000 /src/vendorcode/google/chromeos/Kconfig
parent48c232c1dab2f56dae19d1054602ecccae5ccf30 (diff)
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 <pratikkumar.v.prajapati@intel.com> Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org> Original-Tested-by: Hannah Williams <hannah.williams@intel.com> Change-Id: Ia6a24df110a3860d404d345571007ae8965e9564 Signed-off-by: fdurairx <felixx.durairaj@intel.com> Signed-off-by: Hannah Williams <hannah.williams@intel.com> Reviewed-on: https://review.coreboot.org/12743 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/vendorcode/google/chromeos/Kconfig')
-rw-r--r--src/vendorcode/google/chromeos/Kconfig6
1 files changed, 6 insertions, 0 deletions
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