Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 110ff6db authored by Jay Sternberg's avatar Jay Sternberg Committed by John W. Linville
Browse files

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: default avatarJay Sternberg <jay.e.sternberg@intel.com>
Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
parent 39396085
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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)"