1# SPDX-License-Identifier: GPL-2.0
2config R8188EU
3	tristate "Realtek RTL8188EU Wireless LAN NIC driver"
4	depends on WLAN && USB && CFG80211
5	depends on m
6	select WIRELESS_EXT
7	select WEXT_PRIV
8	select LIB80211
9	select LIB80211_CRYPT_WEP
10	select LIB80211_CRYPT_CCMP
11	help
12	This option adds support for the Realtek RTL8188EU chipset, used in USB
13	devices such as the ASUS USB-N10 Nano. This newer driver is based on GitHub
14	sources for version v4.1.4_6773.20130222, and contains modifications for
15	newer kernel features. If built as a module, it will be called r8188eu.
16
17