]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
cfg80211: add CONFIG_CFG80211_CERTIFICATION_ONUS
authorLuis R. Rodriguez <mcgrof@qca.qualcomm.com>
Thu, 12 Jul 2012 18:49:17 +0000 (11:49 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 17 Jul 2012 10:13:51 +0000 (12:13 +0200)
This adds CONFIG_CFG80211_CERTIFICATION_ONUS which is to
be used for features / code which require a bit of work on
the system integrator's part to ensure that the system will
still pass 802.11 regulatory certification. This option is
also usable for researchers and experimenters looking to add
code in the kernel without impacting compliant code.

We'd use CONFIG_EXPERT alone but it seems that most standard
Linux distributions are enabling CONFIG_EXPERT already. This
allows us to define 802.11 specific kernel features under a
flag that is intended by design to be disabled by standard
Linux distributions, and only enabled by system integrators
or distributions that have done work to ensure regulatory
certification on the system with the enabled features.

Signed-off-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/Kconfig

index 4d2b1ec6516ff7f2e96c3ecee6bca4062c1d3a80..fe4adb12b3ef494e407b9531a62624869158260a 100644 (file)
@@ -74,6 +74,27 @@ config CFG80211_REG_DEBUG
 
          If unsure, say N.
 
+config CFG80211_CERTIFICATION_ONUS
+       bool "cfg80211 certification onus"
+       depends on CFG80211 && EXPERT
+       default n
+       ---help---
+         You should disable this option unless you are both capable
+         and willing to ensure your system will remain regulatory
+         compliant with the features available under this option.
+         Some options may still be under heavy development and
+         for whatever reason regulatory compliance has not or
+         cannot yet be verified. Regulatory verification may at
+         times only be possible until you have the final system
+         in place.
+
+         This option should only be enabled by system integrators
+         or distributions that have done work necessary to ensure
+         regulatory certification on the system with the enabled
+         features. Alternatively you can enable this option if
+         you are a wireless researcher and are working in a controlled
+         and approved environment by your local regulatory agency.
+
 config CFG80211_DEFAULT_PS
        bool "enable powersave by default"
        depends on CFG80211