1# SPDX-License-Identifier: GPL-2.0
2config PRISM2_USB
3	tristate "Prism2.5/3 USB driver"
4	depends on WLAN && USB && CFG80211
5	select WIRELESS_EXT
6	select WEXT_PRIV
7	select CRC32
8	help
9	  This is the wlan-ng prism 2.5/3 USB driver for a wide range of
10	  old USB wireless devices.
11
12	  To compile this driver as a module, choose M here: the module
13	  will be called prism2_usb.
14