| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config P54_COMMON |
|---|
| 2 | 3 | tristate "Softmac Prism54 support" |
|---|
| 3 | 4 | depends on MAC80211 |
|---|
| 4 | 5 | select FW_LOADER |
|---|
| 5 | 6 | select CRC_CCITT |
|---|
| 6 | | - ---help--- |
|---|
| 7 | + help |
|---|
| 7 | 8 | This is common code for isl38xx/stlc45xx based modules. |
|---|
| 8 | 9 | This module does nothing by itself - the USB/PCI/SPI front-ends |
|---|
| 9 | 10 | also need to be enabled in order to support any devices. |
|---|
| 10 | 11 | |
|---|
| 11 | 12 | These devices require softmac firmware which can be found at |
|---|
| 12 | | - <http://wireless.kernel.org/en/users/Drivers/p54> |
|---|
| 13 | + <http://wireless.wiki.kernel.org/en/users/Drivers/p54> |
|---|
| 13 | 14 | |
|---|
| 14 | 15 | If you choose to build a module, it'll be called p54common. |
|---|
| 15 | 16 | |
|---|
| .. | .. |
|---|
| 17 | 18 | tristate "Prism54 USB support" |
|---|
| 18 | 19 | depends on P54_COMMON && USB |
|---|
| 19 | 20 | select CRC32 |
|---|
| 20 | | - ---help--- |
|---|
| 21 | + help |
|---|
| 21 | 22 | This driver is for USB isl38xx based wireless cards. |
|---|
| 22 | 23 | |
|---|
| 23 | 24 | These devices require softmac firmware which can be found at |
|---|
| 24 | | - <http://wireless.kernel.org/en/users/Drivers/p54> |
|---|
| 25 | + <http://wireless.wiki.kernel.org/en/users/Drivers/p54> |
|---|
| 25 | 26 | |
|---|
| 26 | 27 | If you choose to build a module, it'll be called p54usb. |
|---|
| 27 | 28 | |
|---|
| 28 | 29 | config P54_PCI |
|---|
| 29 | 30 | tristate "Prism54 PCI support" |
|---|
| 30 | 31 | depends on P54_COMMON && PCI |
|---|
| 31 | | - ---help--- |
|---|
| 32 | + help |
|---|
| 32 | 33 | This driver is for PCI isl38xx based wireless cards. |
|---|
| 33 | 34 | This driver supports most devices that are supported by the |
|---|
| 34 | 35 | fullmac prism54 driver plus many devices which are not |
|---|
| 35 | 36 | supported by the fullmac driver/firmware. |
|---|
| 36 | 37 | |
|---|
| 37 | 38 | This driver requires softmac firmware which can be found at |
|---|
| 38 | | - <http://wireless.kernel.org/en/users/Drivers/p54> |
|---|
| 39 | + <http://wireless.wiki.kernel.org/en/users/Drivers/p54> |
|---|
| 39 | 40 | |
|---|
| 40 | 41 | If you choose to build a module, it'll be called p54pci. |
|---|
| 41 | 42 | |
|---|
| 42 | 43 | config P54_SPI |
|---|
| 43 | 44 | tristate "Prism54 SPI (stlc45xx) support" |
|---|
| 44 | 45 | depends on P54_COMMON && SPI_MASTER |
|---|
| 45 | | - ---help--- |
|---|
| 46 | + help |
|---|
| 46 | 47 | This driver is for stlc4550 or stlc4560 based wireless chips |
|---|
| 47 | 48 | such as Nokia's N800/N810 Portable Internet Tablet. |
|---|
| 48 | 49 | |
|---|
| .. | .. |
|---|
| 52 | 53 | bool "Include fallback EEPROM blob" |
|---|
| 53 | 54 | depends on P54_SPI |
|---|
| 54 | 55 | default n |
|---|
| 55 | | - ---help--- |
|---|
| 56 | + help |
|---|
| 56 | 57 | Unlike the PCI or USB devices, the SPI variants don't have |
|---|
| 57 | 58 | a dedicated EEPROM chip to store all device specific values |
|---|
| 58 | 59 | for calibration, country and interface settings. |
|---|