blob: cd4f5fc1fd59382312b7b89cae7a9dc54f134e6b [file] [log] [blame]
config ACX_PCI
tristate "TI acx100/acx111 802.11b/g PCI"
depends on WLAN_80211 && EXPERIMENTAL && PCI
select FW_LOADER
select IEEE80211
select IEEE80211_SOFTMAC
---help---
A driver for 802.11b/g wireless cards based on
Texas Instruments acx100 and acx111 chipsets.
This is the PCI code.
acx chipsets need their firmware loaded at startup.
You will need to provide a firmware image via hotplug.
Firmware may be in a form of single image 40-100kb in size
(a 'combined' firmware) or two images - main image
(again 40-100kb) and radio image (~10kb or less).
Firmware images are requested from hotplug using following names:
tiacx100 - main firmware image for acx100 chipset
tiacx100rNN - radio acx100 firmware for radio type NN
tiacx100cNN - combined acx100 firmware for radio type NN
tiacx111 - main acx111 firmware
tiacx111rNN - radio acx111 firmware for radio type NN
tiacx111cNN - combined acx111 firmware for radio type NN
Driver will attempt to load combined image first.
If no such image is found, it will try to load main image
and radio image instead.
Firmware files are not covered by GPL and are not distributed
with this driver for legal reasons.
Texas Instruments did not take part in development of this driver
in any way, shape or form.
choice
prompt "ACX debug level"
depends on ACX_PCI
default ACX_PCI_DEBUG_FULL
config ACX_PCI_DEBUG_MIN
prompt "No debugging output"
bool
depends on ACX_PCI
config ACX_PCI_DEBUG_REG
prompt "Intermediate debugging output"
bool
depends on ACX_PCI
config ACX_PCI_DEBUG_MAX
prompt "Maximum debugging output"
bool
depends on ACX_PCI
endchoice
config ACX_USB
tristate "TI acx100/acx111 802.11b/g USB"
depends on WLAN_80211 && EXPERIMENTAL && USB
select FW_LOADER
select IEEE80211
select IEEE80211_SOFTMAC
---help---
A driver for 802.11b/g wireless cards based on
Texas Instruments acx100 and acx111 chipsets.
This is the USB code.
There is only one currently known device in this category,
D-Link DWL-120+, but newer devices seem to be on the horizon.
acx chipsets need their firmware loaded at startup.
You will need to provide a firmware image via hotplug.
Firmware for USB device is requested from hotplug
by 'tiacx1NNusbcNN' names.
Firmware files are not covered by GPL and are not distributed
with this driver for legal reasons.
Texas Instruments did not take part in development of this driver
in any way, shape or form.
choice
prompt "ACX debug level"
depends on ACX_USB
default ACX_USB_DEBUG_FULL
config ACX_USB_DEBUG_MIN
prompt "No debugging output"
bool
depends on ACX_USB
config ACX_USB_DEBUG_REG
prompt "Intermediate debugging output"
bool
depends on ACX_USB
config ACX_USB_DEBUG_MAX
prompt "Maximum debugging output"
bool
depends on ACX_USB
endchoice