OSDN Git Service

iwlwifi: move debug options into submenu
authorJay Sternberg <jay.e.sternberg@intel.com>
Thu, 12 Aug 2010 19:15:55 +0000 (12:15 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 24 Aug 2010 20:32:03 +0000 (16:32 -0400)
more debug options being added so it is useful to move them
into a submenu for ease of readability when using config commands
like make menuconfig and make xconfig

Signed-off-by: Jay Sternberg <jay.e.sternberg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
drivers/net/wireless/iwlwifi/Kconfig

index 7ab5b51..b823642 100644 (file)
@@ -3,6 +3,9 @@ config IWLWIFI
        depends on PCI && MAC80211
        select FW_LOADER
 
+menu "Debugging Options"
+       depends on IWLWIFI
+
 config IWLWIFI_DEBUG
        bool "Enable full debugging output in iwlagn and iwl3945 drivers"
        depends on IWLWIFI
@@ -59,6 +62,7 @@ config IWLWIFI_DEVICE_TRACING
 
          If unsure, say Y so we can help you better when problems
          occur.
+endmenu
 
 config IWLAGN
        tristate "Intel Wireless WiFi Next Gen AGN (iwlagn)"