forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/net/wireless/intersil/p54/Kconfig
....@@ -1,15 +1,16 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config P54_COMMON
23 tristate "Softmac Prism54 support"
34 depends on MAC80211
45 select FW_LOADER
56 select CRC_CCITT
6
- ---help---
7
+ help
78 This is common code for isl38xx/stlc45xx based modules.
89 This module does nothing by itself - the USB/PCI/SPI front-ends
910 also need to be enabled in order to support any devices.
1011
1112 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>
1314
1415 If you choose to build a module, it'll be called p54common.
1516
....@@ -17,32 +18,32 @@
1718 tristate "Prism54 USB support"
1819 depends on P54_COMMON && USB
1920 select CRC32
20
- ---help---
21
+ help
2122 This driver is for USB isl38xx based wireless cards.
2223
2324 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>
2526
2627 If you choose to build a module, it'll be called p54usb.
2728
2829 config P54_PCI
2930 tristate "Prism54 PCI support"
3031 depends on P54_COMMON && PCI
31
- ---help---
32
+ help
3233 This driver is for PCI isl38xx based wireless cards.
3334 This driver supports most devices that are supported by the
3435 fullmac prism54 driver plus many devices which are not
3536 supported by the fullmac driver/firmware.
3637
3738 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>
3940
4041 If you choose to build a module, it'll be called p54pci.
4142
4243 config P54_SPI
4344 tristate "Prism54 SPI (stlc45xx) support"
4445 depends on P54_COMMON && SPI_MASTER
45
- ---help---
46
+ help
4647 This driver is for stlc4550 or stlc4560 based wireless chips
4748 such as Nokia's N800/N810 Portable Internet Tablet.
4849
....@@ -52,7 +53,7 @@
5253 bool "Include fallback EEPROM blob"
5354 depends on P54_SPI
5455 default n
55
- ---help---
56
+ help
5657 Unlike the PCI or USB devices, the SPI variants don't have
5758 a dedicated EEPROM chip to store all device specific values
5859 for calibration, country and interface settings.