blob: cdafb8c73e82a74b8f8c0c54fbf7284a37495bd1 [file] [log] [blame]
Christian Lamparterfb269712008-04-08 15:38:00 -04001config P54_COMMON
2 tristate "Softmac Prism54 support"
Kees Cookce15ffb2013-01-22 10:30:40 -08003 depends on MAC80211
Christian Lampartera1bfa0e2009-03-23 15:49:33 +01004 select FW_LOADER
Christian Lamparterd7eb50c2010-08-17 01:16:58 +02005 select CRC_CCITT
Christian Lamparterfb269712008-04-08 15:38:00 -04006 ---help---
Christian Lampartera1bfa0e2009-03-23 15:49:33 +01007 This is common code for isl38xx/stlc45xx based modules.
8 This module does nothing by itself - the USB/PCI/SPI front-ends
Christian Lamparterfb269712008-04-08 15:38:00 -04009 also need to be enabled in order to support any devices.
10
11 These devices require softmac firmware which can be found at
Justin P. Mattock631dd1a2010-10-18 11:03:14 +020012 <http://wireless.kernel.org/en/users/Drivers/p54>
Christian Lamparterfb269712008-04-08 15:38:00 -040013
14 If you choose to build a module, it'll be called p54common.
15
16config P54_USB
17 tristate "Prism54 USB support"
18 depends on P54_COMMON && USB
19 select CRC32
20 ---help---
21 This driver is for USB isl38xx based wireless cards.
Christian Lamparterfb269712008-04-08 15:38:00 -040022
23 These devices require softmac firmware which can be found at
Justin P. Mattock631dd1a2010-10-18 11:03:14 +020024 <http://wireless.kernel.org/en/users/Drivers/p54>
Christian Lamparterfb269712008-04-08 15:38:00 -040025
26 If you choose to build a module, it'll be called p54usb.
27
28config P54_PCI
29 tristate "Prism54 PCI support"
30 depends on P54_COMMON && PCI
31 ---help---
32 This driver is for PCI isl38xx based wireless cards.
33 This driver supports most devices that are supported by the
34 fullmac prism54 driver plus many devices which are not
35 supported by the fullmac driver/firmware.
36
37 This driver requires softmac firmware which can be found at
Justin P. Mattock631dd1a2010-10-18 11:03:14 +020038 <http://wireless.kernel.org/en/users/Drivers/p54>
Christian Lamparterfb269712008-04-08 15:38:00 -040039
40 If you choose to build a module, it'll be called p54pci.
Christian Lampartercd8d3d32009-01-11 01:18:38 +010041
42config P54_SPI
43 tristate "Prism54 SPI (stlc45xx) support"
Martin Schwidefsky0244ad02013-08-30 09:39:53 +020044 depends on P54_COMMON && SPI_MASTER
Christian Lampartercd8d3d32009-01-11 01:18:38 +010045 ---help---
Michael Bueschea29cae2011-03-07 13:31:24 +010046 This driver is for stlc4550 or stlc4560 based wireless chips
47 such as Nokia's N800/N810 Portable Internet Tablet.
Christian Lampartercd8d3d32009-01-11 01:18:38 +010048
49 If you choose to build a module, it'll be called p54spi.
Christian Lamparterd8cd7ef2009-03-23 15:37:45 +010050
Christian Lamparterd7065c32010-08-22 00:00:14 +020051config P54_SPI_DEFAULT_EEPROM
52 bool "Include fallback EEPROM blob"
53 depends on P54_SPI
54 default n
55 ---help---
56 Unlike the PCI or USB devices, the SPI variants don't have
57 a dedicated EEPROM chip to store all device specific values
58 for calibration, country and interface settings.
59
60 The driver will try to load the image "3826.eeprom", if the
61 file is put at the right place. (usually /lib/firmware.)
62
63 Only if this request fails, this option will provide a
64 backup set of generic values to get the device working.
65
66 Enabling this option adds about 4k to p54spi.
67
Christian Lamparterd8cd7ef2009-03-23 15:37:45 +010068config P54_LEDS
69 bool
70 depends on P54_COMMON && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = P54_COMMON)
71 default y