summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-28 20:05:07 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-28 20:05:07 +0100
commit691c3e56eeab05ab91b6ba4956b842180eac7235 (patch)
treecc659f53b2fe2cd38b47bf4024e3fbc52c16b63e /target
parent9b06f46bb5bdcb5d21fd1918d2e8aa7e17fdd91c (diff)
parentaeab6c21d1505c795167d7b671b60f54402ef536 (diff)
Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk
Diffstat (limited to 'target')
-rw-r--r--target/linux/config/Config.in.netdevice17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.netdevice b/target/linux/config/Config.in.netdevice
index 2f368773c..457fcaba2 100644
--- a/target/linux/config/Config.in.netdevice
+++ b/target/linux/config/Config.in.netdevice
@@ -163,6 +163,15 @@ config ADK_MOD_KERNEL_MAC80211
menu "Wireless card support"
depends on ADK_TARGET_WITH_MINIPCI || ADK_TARGET_WITH_PCI || ADK_TARGET_WITH_USB
+config ADK_KERNEL_MAC80211_DEBUG_MENU
+ boolean
+ default n
+
+config ADK_KERNEL_MAC80211_VERBOSE_DEBUG
+ select ADK_KERNEL_MAC80211_DEBUG_MENU
+ boolean
+ default n
+
config ADK_KPACKAGE_KMOD_MAC80211
prompt "kmod-mac80211.................. mac80211 softmac"
tristate
@@ -176,6 +185,14 @@ config ADK_KPACKAGE_KMOD_MAC80211
select ADK_KERNEL_CRC32
default n
+config ADK_DEBUG_MAC80211
+ boolean
+ prompt "enable verbose debugging messages in mac80211"
+ select ADK_KERNEL_MAC80211_VERBOSE_DEBUG
+ default n
+ depends on ADK_KPACKAGE_KMOD_MAC80211
+ help
+
config ADK_KPACKAGE_KMOD_ATH5K
prompt "kmod-ath5k................... Atheros 5xxx wireless cards"
tristate