| Christian Lamparter | fb26971 | 2008-04-08 15:38:00 -0400 | [diff] [blame] | 1 | config P54_COMMON | 
 | 2 | 	tristate "Softmac Prism54 support" | 
| John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 3 | 	depends on MAC80211 && EXPERIMENTAL | 
| Christian Lamparter | a1bfa0e | 2009-03-23 15:49:33 +0100 | [diff] [blame] | 4 | 	select FW_LOADER | 
| Christian Lamparter | d7eb50c | 2010-08-17 01:16:58 +0200 | [diff] [blame] | 5 | 	select CRC_CCITT | 
| Christian Lamparter | fb26971 | 2008-04-08 15:38:00 -0400 | [diff] [blame] | 6 | 	---help--- | 
| Christian Lamparter | a1bfa0e | 2009-03-23 15:49:33 +0100 | [diff] [blame] | 7 | 	  This is common code for isl38xx/stlc45xx based modules. | 
 | 8 | 	  This module does nothing by itself - the USB/PCI/SPI front-ends | 
| Christian Lamparter | fb26971 | 2008-04-08 15:38:00 -0400 | [diff] [blame] | 9 | 	  also need to be enabled in order to support any devices. | 
 | 10 |  | 
 | 11 | 	  These devices require softmac firmware which can be found at | 
 | 12 | 	  http://prism54.org/ | 
 | 13 |  | 
 | 14 | 	  If you choose to build a module, it'll be called p54common. | 
 | 15 |  | 
 | 16 | config 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 Lamparter | fb26971 | 2008-04-08 15:38:00 -0400 | [diff] [blame] | 22 |  | 
 | 23 | 	  These devices require softmac firmware which can be found at | 
 | 24 | 	  http://prism54.org/ | 
 | 25 |  | 
 | 26 | 	  If you choose to build a module, it'll be called p54usb. | 
 | 27 |  | 
 | 28 | config 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 | 
 | 38 | 	  http://prism54.org/ | 
 | 39 |  | 
 | 40 | 	  If you choose to build a module, it'll be called p54pci. | 
| Christian Lamparter | cd8d3d3 | 2009-01-11 01:18:38 +0100 | [diff] [blame] | 41 |  | 
 | 42 | config P54_SPI | 
 | 43 | 	tristate "Prism54 SPI (stlc45xx) support" | 
| Geert Uytterhoeven | 1bf68e5 | 2009-03-19 13:33:52 +0100 | [diff] [blame] | 44 | 	depends on P54_COMMON && SPI_MASTER && GENERIC_HARDIRQS | 
| Christian Lamparter | cd8d3d3 | 2009-01-11 01:18:38 +0100 | [diff] [blame] | 45 | 	---help--- | 
 | 46 | 	  This driver is for stlc4550 or stlc4560 based wireless chips. | 
 | 47 | 	  This driver is experimental, untested and will probably only work on | 
 | 48 | 	  Nokia's N800/N810 Portable Internet Tablet. | 
 | 49 |  | 
 | 50 | 	  If you choose to build a module, it'll be called p54spi. | 
| Christian Lamparter | d8cd7ef | 2009-03-23 15:37:45 +0100 | [diff] [blame] | 51 |  | 
| Christian Lamparter | d7065c3 | 2010-08-22 00:00:14 +0200 | [diff] [blame^] | 52 | config P54_SPI_DEFAULT_EEPROM | 
 | 53 | 	bool "Include fallback EEPROM blob" | 
 | 54 | 	depends on P54_SPI | 
 | 55 | 	default n | 
 | 56 | 	---help--- | 
 | 57 | 	 Unlike the PCI or USB devices, the SPI variants don't have | 
 | 58 | 	 a dedicated EEPROM chip to store all device specific values | 
 | 59 | 	 for calibration, country and interface settings. | 
 | 60 |  | 
 | 61 | 	 The driver will try to load the image "3826.eeprom", if the | 
 | 62 | 	 file is put at the right place. (usually /lib/firmware.) | 
 | 63 |  | 
 | 64 | 	 Only if this request fails, this option will provide a | 
 | 65 | 	 backup set of generic values to get the device working. | 
 | 66 |  | 
 | 67 | 	 Enabling this option adds about 4k to p54spi. | 
 | 68 |  | 
| Christian Lamparter | d8cd7ef | 2009-03-23 15:37:45 +0100 | [diff] [blame] | 69 | config P54_LEDS | 
 | 70 | 	bool | 
 | 71 | 	depends on P54_COMMON && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = P54_COMMON) | 
 | 72 | 	default y |