0001 # SPDX-License-Identifier: GPL-2.0
0002 config R8188EU
0003 tristate "Realtek RTL8188EU Wireless LAN NIC driver"
0004 depends on WLAN && USB && CFG80211
0005 depends on m
0006 select WIRELESS_EXT
0007 select WEXT_PRIV
0008 select LIB80211
0009 select LIB80211_CRYPT_WEP
0010 select LIB80211_CRYPT_CCMP
0011 help
0012 This option adds support for the Realtek RTL8188EU chipset, used in USB
0013 devices such as the ASUS USB-N10 Nano. This newer driver is based on GitHub
0014 sources for version v4.1.4_6773.20130222, and contains modifications for
0015 newer kernel features. If built as a module, it will be called r8188eu.
0016