xref: /linux/net/ieee802154/Kconfig (revision 9dc52d49e28c05411ac855cf9223c48ed819507b)
1*9dc52d49SAlexander Aringmenuconfig 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*9dc52d49SAlexander Aringif IEEE802154
14*9dc52d49SAlexander Aring
15955d7fc9SAlexander Aringconfig IEEE802154_SOCKET
16955d7fc9SAlexander Aring	tristate "IEEE 802.15.4 socket interface"
17955d7fc9SAlexander Aring	default y
18955d7fc9SAlexander Aring	---help---
19955d7fc9SAlexander Aring	  Socket interface for IEEE 802.15.4. Contains DGRAM sockets interface
20955d7fc9SAlexander Aring	  for 802.15.4 dataframes. Also RAW socket interface to build MAC
21955d7fc9SAlexander Aring	  header from userspace.
22955d7fc9SAlexander Aring
2344331fe2SAlexander Smirnovconfig IEEE802154_6LOWPAN
2444331fe2SAlexander Smirnov	tristate "6lowpan support over IEEE 802.15.4"
25*9dc52d49SAlexander Aring	depends on 6LOWPAN
2644331fe2SAlexander Smirnov	---help---
2744331fe2SAlexander Smirnov	  IPv6 compression over IEEE 802.15.4.
28*9dc52d49SAlexander Aring
29*9dc52d49SAlexander Aringendif
30