diff options
Diffstat (limited to 'net/wireless')
-rw-r--r-- | net/wireless/Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig index 4d2b1ec6516f..fe4adb12b3ef 100644 --- a/net/wireless/Kconfig +++ b/net/wireless/Kconfig | |||
@@ -74,6 +74,27 @@ config CFG80211_REG_DEBUG | |||
74 | 74 | ||
75 | If unsure, say N. | 75 | If unsure, say N. |
76 | 76 | ||
77 | config CFG80211_CERTIFICATION_ONUS | ||
78 | bool "cfg80211 certification onus" | ||
79 | depends on CFG80211 && EXPERT | ||
80 | default n | ||
81 | ---help--- | ||
82 | You should disable this option unless you are both capable | ||
83 | and willing to ensure your system will remain regulatory | ||
84 | compliant with the features available under this option. | ||
85 | Some options may still be under heavy development and | ||
86 | for whatever reason regulatory compliance has not or | ||
87 | cannot yet be verified. Regulatory verification may at | ||
88 | times only be possible until you have the final system | ||
89 | in place. | ||
90 | |||
91 | This option should only be enabled by system integrators | ||
92 | or distributions that have done work necessary to ensure | ||
93 | regulatory certification on the system with the enabled | ||
94 | features. Alternatively you can enable this option if | ||
95 | you are a wireless researcher and are working in a controlled | ||
96 | and approved environment by your local regulatory agency. | ||
97 | |||
77 | config CFG80211_DEFAULT_PS | 98 | config CFG80211_DEFAULT_PS |
78 | bool "enable powersave by default" | 99 | bool "enable powersave by default" |
79 | depends on CFG80211 | 100 | depends on CFG80211 |