Kconfig 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # RTL818X Wireless LAN device configuration
  4. #
  5. config RTL8180
  6. tristate "Realtek 8180/8185/8187SE PCI support"
  7. depends on MAC80211 && PCI
  8. select EEPROM_93CX6
  9. help
  10. This is a driver for RTL8180, RTL8185 and RTL8187SE based cards.
  11. These are PCI based chips found in cards such as:
  12. (RTL8185 802.11g)
  13. A-Link WL54PC
  14. (RTL8180 802.11b)
  15. Belkin F5D6020 v3
  16. Belkin F5D6020 v3
  17. Dlink DWL-610
  18. Dlink DWL-510
  19. Netgear MA521
  20. Level-One WPC-0101
  21. Acer Aspire 1357 LMi
  22. VCTnet PC-11B1
  23. Ovislink AirLive WL-1120PCM
  24. Mentor WL-PCI
  25. Linksys WPC11 v4
  26. TrendNET TEW-288PI
  27. D-Link DWL-520 Rev D
  28. Repotec RP-WP7126
  29. TP-Link TL-WN250/251
  30. Zonet ZEW1000
  31. Longshine LCS-8031-R
  32. HomeLine HLW-PCC200
  33. GigaFast WF721-AEX
  34. Planet WL-3553
  35. Encore ENLWI-PCI1-NT
  36. TrendNET TEW-266PC
  37. Gigabyte GN-WLMR101
  38. Siemens-fujitsu Amilo D1840W
  39. Edimax EW-7126
  40. PheeNet WL-11PCIR
  41. Tonze PC-2100T
  42. Planet WL-8303
  43. Dlink DWL-650 v M1
  44. Edimax EW-7106
  45. Q-Tec 770WC
  46. Topcom Skyr@cer 4011b
  47. Roper FreeLan 802.11b (edition 2004)
  48. Wistron Neweb Corp CB-200B
  49. Pentagram HorNET
  50. QTec 775WC
  51. TwinMOS Booming B Series
  52. Micronet SP906BB
  53. Sweex LC700010
  54. Surecom EP-9428
  55. Safecom SWLCR-1100
  56. Thanks to Realtek for their support!
  57. config RTL8187
  58. tristate "Realtek 8187 and 8187B USB support"
  59. depends on MAC80211 && USB
  60. select EEPROM_93CX6
  61. help
  62. This is a driver for RTL8187 and RTL8187B based cards.
  63. These are USB based chips found in devices such as:
  64. Netgear WG111v2
  65. Level 1 WNC-0301USB
  66. Micronet SP907GK V5
  67. Encore ENUWI-G2
  68. Trendnet TEW-424UB
  69. ASUS P5B Deluxe/P5K Premium motherboards
  70. Toshiba Satellite Pro series of laptops
  71. Asus Wireless Link
  72. Linksys WUSB54GC-EU v2
  73. (v1 = rt73usb; v3 is rt2070-based,
  74. use staging/rt3070 or try rt2800usb)
  75. Thanks to Realtek for their support!
  76. # If possible, automatically enable LEDs for RTL8187.
  77. config RTL8187_LEDS
  78. bool
  79. depends on RTL8187 && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = RTL8187)
  80. default y