hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/net/ieee802154/Kconfig
....@@ -1,6 +1,7 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 menuconfig IEEE802154
23 tristate "IEEE Std 802.15.4 Low-Rate Wireless Personal Area Networks support"
3
- ---help---
4
+ help
45 IEEE Std 802.15.4 defines a low data rate, low power and low
56 complexity short range wireless personal area networks. It was
67 designed to organise networks of sensors, switches, etc automation
....@@ -14,13 +15,13 @@
1415
1516 config IEEE802154_NL802154_EXPERIMENTAL
1617 bool "IEEE 802.15.4 experimental netlink support"
17
- ---help---
18
+ help
1819 Adds experimental netlink support for nl802154.
1920
2021 config IEEE802154_SOCKET
2122 tristate "IEEE 802.15.4 socket interface"
2223 default y
23
- ---help---
24
+ help
2425 Socket interface for IEEE 802.15.4. Contains DGRAM sockets interface
2526 for 802.15.4 dataframes. Also RAW socket interface to build MAC
2627 header from userspace.