blob: b0342a520bf160ca9daf2bd0df1a21406bad6f18 [file] [log] [blame]
Christian Lamparterfb269712008-04-08 15:38:00 -04001config P54_COMMON
2 tristate "Softmac Prism54 support"
John W. Linville133d7c62009-10-28 16:29:30 -04003 depends on MAC80211 && EXPERIMENTAL
Christian Lampartera1bfa0e2009-03-23 15:49:33 +01004 select FW_LOADER
Christian Lamparterfb269712008-04-08 15:38:00 -04005 ---help---
Christian Lampartera1bfa0e2009-03-23 15:49:33 +01006 This is common code for isl38xx/stlc45xx based modules.
7 This module does nothing by itself - the USB/PCI/SPI front-ends
Christian Lamparterfb269712008-04-08 15:38:00 -04008 also need to be enabled in order to support any devices.
9
10 These devices require softmac firmware which can be found at
11 http://prism54.org/
12
13 If you choose to build a module, it'll be called p54common.
14
15config P54_USB
16 tristate "Prism54 USB support"
17 depends on P54_COMMON && USB
18 select CRC32
19 ---help---
20 This driver is for USB isl38xx based wireless cards.
Christian Lamparterfb269712008-04-08 15:38:00 -040021
22 These devices require softmac firmware which can be found at
23 http://prism54.org/
24
25 If you choose to build a module, it'll be called p54usb.
26
27config P54_PCI
28 tristate "Prism54 PCI support"
29 depends on P54_COMMON && PCI
30 ---help---
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.
35
36 This driver requires softmac firmware which can be found at
37 http://prism54.org/
38
39 If you choose to build a module, it'll be called p54pci.
Christian Lampartercd8d3d32009-01-11 01:18:38 +010040
41config P54_SPI
42 tristate "Prism54 SPI (stlc45xx) support"
Geert Uytterhoeven1bf68e52009-03-19 13:33:52 +010043 depends on P54_COMMON && SPI_MASTER && GENERIC_HARDIRQS
Christian Lampartercd8d3d32009-01-11 01:18:38 +010044 ---help---
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.
48
49 If you choose to build a module, it'll be called p54spi.
Christian Lamparterd8cd7ef2009-03-23 15:37:45 +010050
51config P54_LEDS
52 bool
53 depends on P54_COMMON && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = P54_COMMON)
54 default y