]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/wireless/Kconfig
lib80211: silence excessive crypto debugging messages
[karo-tx-linux.git] / net / wireless / Kconfig
index 646c7121dbc0a78ca0c3018f6e6025ff9bca5249..092ae6faccca896a272b24d7d87ee59f07d332cf 100644 (file)
@@ -1,6 +1,15 @@
 config CFG80211
         tristate "Improved wireless configuration API"
 
+config CFG80211_REG_DEBUG
+       bool "cfg80211 regulatory debugging"
+       depends on CFG80211
+       default n
+       ---help---
+         You can enable this if you want to debug regulatory changes.
+
+         If unsure, say N.
+
 config NL80211
        bool "nl80211 new netlink interface support"
        depends on CFG80211
@@ -40,6 +49,8 @@ config WIRELESS_OLD_REGULATORY
          ieee80211_regdom module parameter. This is being phased out and you
          should stop using them ASAP.
 
+         Note: You will need CRDA if you want 802.11d support
+
          Say Y unless you have installed a new userspace application.
          Also say Y if have one currently depending on the ieee80211_regdom
          module parameter and cannot port it to use the new userspace
@@ -72,3 +83,32 @@ config WIRELESS_EXT_SYSFS
 
          Say Y if you have programs using it, like old versions of
          hal.
+
+config LIB80211
+       tristate "Common routines for IEEE802.11 drivers"
+       default n
+       help
+         This options enables a library of common routines used
+         by IEEE802.11 wireless LAN drivers.
+
+         Drivers should select this themselves if needed.  Say Y if
+         you want this built into your kernel.
+
+config LIB80211_CRYPT_WEP
+       tristate
+
+config LIB80211_CRYPT_CCMP
+       tristate
+
+config LIB80211_CRYPT_TKIP
+       tristate
+
+config LIB80211_DEBUG
+       bool "lib80211 debugging messages"
+       depends on LIB80211
+       default n
+       ---help---
+         You can enable this if you want verbose debugging messages
+         from lib80211.
+
+         If unsure, say N.