diff options
author | Jay Sternberg <jay.e.sternberg@intel.com> | 2010-08-12 15:15:55 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-08-24 16:32:03 -0400 |
commit | 110ff6db6f6fbb946c099f49f666b59258746048 (patch) | |
tree | 9fd8e33792032900b675eb76fe094a37f59c0fc9 /drivers | |
parent | 3939608591d1d0cbb79d7afd08beabcfb5eb115f (diff) |
iwlwifi: move debug options into submenu
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/iwlwifi/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig index 7ab5b51951ff..b82364258dc5 100644 --- a/drivers/net/wireless/iwlwifi/Kconfig +++ b/drivers/net/wireless/iwlwifi/Kconfig | |||
@@ -3,6 +3,9 @@ config IWLWIFI | |||
3 | depends on PCI && MAC80211 | 3 | depends on PCI && MAC80211 |
4 | select FW_LOADER | 4 | select FW_LOADER |
5 | 5 | ||
6 | menu "Debugging Options" | ||
7 | depends on IWLWIFI | ||
8 | |||
6 | config IWLWIFI_DEBUG | 9 | config IWLWIFI_DEBUG |
7 | bool "Enable full debugging output in iwlagn and iwl3945 drivers" | 10 | bool "Enable full debugging output in iwlagn and iwl3945 drivers" |
8 | depends on IWLWIFI | 11 | depends on IWLWIFI |
@@ -59,6 +62,7 @@ config IWLWIFI_DEVICE_TRACING | |||
59 | 62 | ||
60 | If unsure, say Y so we can help you better when problems | 63 | If unsure, say Y so we can help you better when problems |
61 | occur. | 64 | occur. |
65 | endmenu | ||
62 | 66 | ||
63 | config IWLAGN | 67 | config IWLAGN |
64 | tristate "Intel Wireless WiFi Next Gen AGN (iwlagn)" | 68 | tristate "Intel Wireless WiFi Next Gen AGN (iwlagn)" |