config FSAM7400
	tristate 'Fujitsu Siemens Amilo M 7400 RF Kill Switch'
	depends on IPW2100 && PCI
	default m
	---help---
          If you have a Fujitsu Siemens Amilo M 7400, say M or Y here to build
	  support for controlling the software based radio kill switch on your
	  laptop.

	  If you have set "wireless device" enabled in your "Advanced" bios settings of
	  your Amilo M 7400 radio should be turned on at this point. So you're done!
	  Watch out your kernel log if supported hardware is found. :)

	  You can override the wireless bios setting with

	  % modprobe fsam7400 radio=[0|1]

	  If your hardware is supported by the driver you will get an entry in /proc 
	  called driver/wireless/radio which will give you state information by typing

	  % cat /proc/driver/wireless/radio

	  You can turn the radio on and off at your will with 

	  % echo [1|on|an] > /proc/driver/wireless/radio
	  % echo [0|off|aus] > /proc/driver/wireless/radio

	  By default the driver will turn off the radio automatically short before the 
	  module is unloaded. To override this behaviour load the module adding the 
	  following parameter

	  % modprobe fsam7400 autooff=0

	  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 fsam7400.

          If unsure of what to do, say N here.

