소스 검색

more debug options for mac80211

Waldemar Brodkorb 16 년 전
부모
커밋
bb129c2789
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      target/linux/config/Config.in.netdevice

+ 6 - 0
target/linux/config/Config.in.netdevice

@@ -172,6 +172,10 @@ config ADK_KERNEL_MAC80211_VERBOSE_DEBUG
 	boolean
 	default n
 
+config ADK_KERNEL_MAC80211_DEBUGFS
+	boolean
+	default n
+
 config ADK_KPACKAGE_KMOD_MAC80211
 	prompt "kmod-mac80211.................. mac80211 softmac"
 	tristate
@@ -189,6 +193,8 @@ config ADK_DEBUG_MAC80211
 	boolean
 	prompt "enable verbose debugging messages in mac80211"
 	select ADK_KERNEL_MAC80211_VERBOSE_DEBUG
+	select ADK_KERNEL_MAC80211_DEBUGFS
+	select ADK_KERNEL_DEBUG_FS
 	default n
 	depends on ADK_KPACKAGE_KMOD_MAC80211
 	help