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