xref: /linux/net/ieee802154/Kconfig (revision 955d7fc93ed095c74fdc439c2893a87ca1652148)
19ec76716SSergey Lapinconfig IEEE802154
2f4671a90SKees Cook	tristate "IEEE Std 802.15.4 Low-Rate Wireless Personal Area Networks support"
39ec76716SSergey Lapin	---help---
49ec76716SSergey Lapin	  IEEE Std 802.15.4 defines a low data rate, low power and low
59ec76716SSergey Lapin	  complexity short range wireless personal area networks. It was
69ec76716SSergey Lapin	  designed to organise networks of sensors, switches, etc automation
79ec76716SSergey Lapin	  devices. Maximum allowed data rate is 250 kb/s and typical personal
89ec76716SSergey Lapin	  operating space around 10m.
99ec76716SSergey Lapin
109ec76716SSergey Lapin	  Say Y here to compile LR-WPAN support into the kernel or say M to
119ec76716SSergey Lapin	  compile it as modules.
1244331fe2SAlexander Smirnov
13*955d7fc9SAlexander Aringconfig IEEE802154_SOCKET
14*955d7fc9SAlexander Aring	tristate "IEEE 802.15.4 socket interface"
15*955d7fc9SAlexander Aring	depends on IEEE802154
16*955d7fc9SAlexander Aring	default y
17*955d7fc9SAlexander Aring	---help---
18*955d7fc9SAlexander Aring	  Socket interface for IEEE 802.15.4. Contains DGRAM sockets interface
19*955d7fc9SAlexander Aring	  for 802.15.4 dataframes. Also RAW socket interface to build MAC
20*955d7fc9SAlexander Aring	  header from userspace.
21*955d7fc9SAlexander Aring
2244331fe2SAlexander Smirnovconfig IEEE802154_6LOWPAN
2344331fe2SAlexander Smirnov	tristate "6lowpan support over IEEE 802.15.4"
242c6bed7cSAlexander Aring	depends on IEEE802154 && 6LOWPAN
2544331fe2SAlexander Smirnov	---help---
2644331fe2SAlexander Smirnov	  IPv6 compression over IEEE 802.15.4.
27