1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 29dc52d49SAlexander Aringmenuconfig IEEE802154 3f4671a90SKees Cook tristate "IEEE Std 802.15.4 Low-Rate Wireless Personal Area Networks support" 4*a7f7f624SMasahiro Yamada help 59ec76716SSergey Lapin IEEE Std 802.15.4 defines a low data rate, low power and low 69ec76716SSergey Lapin complexity short range wireless personal area networks. It was 79ec76716SSergey Lapin designed to organise networks of sensors, switches, etc automation 89ec76716SSergey Lapin devices. Maximum allowed data rate is 250 kb/s and typical personal 99ec76716SSergey Lapin operating space around 10m. 109ec76716SSergey Lapin 119ec76716SSergey Lapin Say Y here to compile LR-WPAN support into the kernel or say M to 129ec76716SSergey Lapin compile it as modules. 1344331fe2SAlexander Smirnov 149dc52d49SAlexander Aringif IEEE802154 159dc52d49SAlexander Aring 16a26c5fd7SAlexander Aringconfig IEEE802154_NL802154_EXPERIMENTAL 17a26c5fd7SAlexander Aring bool "IEEE 802.15.4 experimental netlink support" 18*a7f7f624SMasahiro Yamada help 19a26c5fd7SAlexander Aring Adds experimental netlink support for nl802154. 20a26c5fd7SAlexander Aring 21955d7fc9SAlexander Aringconfig IEEE802154_SOCKET 22955d7fc9SAlexander Aring tristate "IEEE 802.15.4 socket interface" 23955d7fc9SAlexander Aring default y 24*a7f7f624SMasahiro Yamada help 25955d7fc9SAlexander Aring Socket interface for IEEE 802.15.4. Contains DGRAM sockets interface 26955d7fc9SAlexander Aring for 802.15.4 dataframes. Also RAW socket interface to build MAC 27955d7fc9SAlexander Aring header from userspace. 28955d7fc9SAlexander Aring 29ea81ac2eSAlexander Aringsource "net/ieee802154/6lowpan/Kconfig" 309dc52d49SAlexander Aring 319dc52d49SAlexander Aringendif 32