xref: /linux/drivers/net/wireless/virtual/Kconfig (revision d8f69fb6faeb919d081d0c8dbe974f27b67513f6)
1config MAC80211_HWSIM
2	tristate "Simulated radio testing tool for mac80211"
3	depends on MAC80211
4	help
5	  This driver is a developer testing tool that can be used to test
6	  IEEE 802.11 networking stack (mac80211) functionality. This is not
7	  needed for normal wireless LAN usage and is only for testing. See
8	  Documentation/networking/mac80211_hwsim for more information on how
9	  to use this tool.
10
11	  To compile this driver as a module, choose M here: the module will be
12	  called mac80211_hwsim.  If unsure, say N.
13
14config VIRT_WIFI
15	tristate "Wifi wrapper for ethernet drivers"
16	depends on CFG80211
17	help
18	  This option adds support for ethernet connections to appear as if they
19	  are wifi connections through a special rtnetlink device.
20
21