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