2 tristate "Softmac Prism54 support"
3 depends on MAC80211 && WLAN_80211 && EXPERIMENTAL
6 This is common code for isl38xx/stlc45xx based modules.
7 This module does nothing by itself - the USB/PCI/SPI front-ends
8 also need to be enabled in order to support any devices.
10 These devices require softmac firmware which can be found at
13 If you choose to build a module, it'll be called p54common.
16 tristate "Prism54 USB support"
17 depends on P54_COMMON && USB
20 This driver is for USB isl38xx based wireless cards.
22 These devices require softmac firmware which can be found at
25 If you choose to build a module, it'll be called p54usb.
28 tristate "Prism54 PCI support"
29 depends on P54_COMMON && PCI
31 This driver is for PCI isl38xx based wireless cards.
32 This driver supports most devices that are supported by the
33 fullmac prism54 driver plus many devices which are not
34 supported by the fullmac driver/firmware.
36 This driver requires softmac firmware which can be found at
39 If you choose to build a module, it'll be called p54pci.
42 tristate "Prism54 SPI (stlc45xx) support"
43 depends on P54_COMMON && SPI_MASTER && GENERIC_HARDIRQS
45 This driver is for stlc4550 or stlc4560 based wireless chips.
46 This driver is experimental, untested and will probably only work on
47 Nokia's N800/N810 Portable Internet Tablet.
49 If you choose to build a module, it'll be called p54spi.
53 depends on P54_COMMON && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = P54_COMMON)