home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / drivers / net / ipg / Kconfig next >
Encoding:
Text File  |  2006-08-11  |  2.1 KB  |  63 lines

  1. config NET_ACX
  2.     tristate "TI acx100/acx111 802.11b/g wireless chipsets"
  3.     depends on NET_RADIO && EXPERIMENTAL && FW_LOADER && (USB || PCI)
  4.     ---help---
  5.     A driver for 802.11b/g wireless cards based on
  6.     Texas Instruments acx100 and acx111 chipsets.
  7.  
  8.     This driver supports Host AP mode that allows
  9.     your computer to act as an IEEE 802.11 access point.
  10.     This driver is new and experimental.
  11.  
  12.     Texas Instruments did not take part in development of this driver
  13.     in any way, shape or form.
  14.  
  15.     The driver can be compiled as a module and will be named "acx".
  16.  
  17. config NET_ACX_PCI
  18.     bool "TI acx100/acx111 802.11b/g PCI"
  19.     depends on NET_ACX && PCI
  20.     ---help---
  21.     Include PCI and CardBus support in acx.
  22.  
  23.     acx chipsets need their firmware loaded at startup.
  24.     You will need to provide a firmware image via hotplug.
  25.  
  26.     Firmware may be in a form of single image 40-100kb in size
  27.     (a 'combined' firmware) or two images - main image
  28.     (again 40-100kb) and radio image (~10kb or less).
  29.  
  30.     Firmware images are requested from hotplug using following names:
  31.  
  32.     tiacx100 - main firmware image for acx100 chipset
  33.     tiacx100rNN - radio acx100 firmware for radio type NN
  34.     tiacx100cNN - combined acx100 firmware for radio type NN
  35.     tiacx111 - main acx111 firmware
  36.     tiacx111rNN - radio acx111 firmware for radio type NN
  37.     tiacx111cNN - combined acx111 firmware for radio type NN
  38.  
  39.     Driver will attempt to load combined image first.
  40.     If no such image is found, it will try to load main image
  41.     and radio image instead.
  42.  
  43.     Firmware files are not covered by GPL and are not distributed
  44.     with this driver for legal reasons.
  45.  
  46. config NET_ACX_USB
  47.     bool "TI acx100/acx111 802.11b/g USB"
  48.     depends on NET_ACX && USB
  49.     ---help---
  50.     Include USB support in acx.
  51.  
  52.     There is only one currently known device in this category,
  53.     D-Link DWL-120+, but newer devices seem to be on the horizon.
  54.  
  55.     acx chipsets need their firmware loaded at startup.
  56.     You will need to provide a firmware image via hotplug.
  57.  
  58.     Firmware for USB device is requested from hotplug
  59.     by the 'tiacx100usb' name.
  60.  
  61.     Firmware files are not covered by GPL and are not distributed
  62.     with this driver for legal reasons.
  63.