config IWLWIFI
	tristate "Intel PRO/Wireless 3945ABG Network Connection adapter"
	depends on PCI && NET_RADIO && EXPERIMENTAL
	select FW_LOADER
	select MAC80211
	---help---
          A driver for the following hardware:

	     Intel PRO/Wireless 3945ABG Network Connection adapter

          See <file:Documentation/networking/README.iwlwifi> for 
	  information on the capabilities currently enabled in this 
	  driver and for tips for debugging issues and problems.

	  In order to use this driver, you will need a microcode image for it.
          You can obtain the firmware from:

	  	<http://intellinuxwireless.org/>.  

	  See the above referenced README.iwlwifi for information on where 
	  to install the microcode images.

          If you want to compile the driver as a module ( = code which can be
          inserted in and remvoed from the running kernel whenever you want),
          say M here and read <file:Documentation/modules.txt>.  The module
          will be called iwlwifi.ko.

config IWLWIFI_DEBUG
	bool "Enable full debugging output in iwlwifi driver."
	depends on IWLWIFI
	default y
	---help---
	  This option will enable debug tracing output for the iwlwifi 
	  driver.  

	  This will result in the kernel module being ~100k larger.  You can 
	  control which debug output is sent to the kernel log by setting the 
	  value in 

	  	/sys/bus/pci/drivers/iwlwifi/debug_level

	  This entry will only exist if this option is enabled.

	  To set a value, simply echo an 8-byte hex value to the same file:

		  % echo 0x43fff > /sys/bus/pci/drivers/iwlwifi/debug_level

	  You can find the list of debug mask values in:
		  drivers/net/wireless/d80211/iwlwifi/iwlwifi.h

	  If this is your first time using this driver, you should say Y here
	  as the debug information can assist others in helping you resolve
	  any problems you may encounter.
