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 | fb26971 | 2008-04-08 15:38:00 -0400 | [diff] [blame] | 5 | ---help--- |
Christian Lamparter | a1bfa0e | 2009-03-23 15:49:33 +0100 | [diff] [blame] | 6 | This is common code for isl38xx/stlc45xx based modules. |
| 7 | This module does nothing by itself - the USB/PCI/SPI front-ends |
Christian Lamparter | fb26971 | 2008-04-08 15:38:00 -0400 | [diff] [blame] | 8 | 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 | |
| 15 | config 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 Lamparter | fb26971 | 2008-04-08 15:38:00 -0400 | [diff] [blame] | 21 | |
| 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 | |
| 27 | config 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 Lamparter | cd8d3d3 | 2009-01-11 01:18:38 +0100 | [diff] [blame] | 40 | |
| 41 | config P54_SPI |
| 42 | tristate "Prism54 SPI (stlc45xx) support" |
Geert Uytterhoeven | 1bf68e5 | 2009-03-19 13:33:52 +0100 | [diff] [blame] | 43 | depends on P54_COMMON && SPI_MASTER && GENERIC_HARDIRQS |
Christian Lamparter | cd8d3d3 | 2009-01-11 01:18:38 +0100 | [diff] [blame] | 44 | ---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 Lamparter | d8cd7ef | 2009-03-23 15:37:45 +0100 | [diff] [blame] | 50 | |
| 51 | config P54_LEDS |
| 52 | bool |
| 53 | depends on P54_COMMON && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = P54_COMMON) |
| 54 | default y |