diff options
author | David S. Miller <davem@davemloft.net> | 2015-10-11 15:15:30 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-10-11 15:15:30 +0300 |
commit | 7bcfeead48b6f920007ee41bc70a83b58c5ba396 (patch) | |
tree | 53c662af01d9a12e7cf2faee91637bf19ea19a82 /net/ieee802154/Kconfig | |
parent | 8fae307c8fe9789ff1f4161dcb2db0d689069448 (diff) | |
parent | f640ee98bbeaa169684a571e0b96bea563bb6015 (diff) | |
download | linux-7bcfeead48b6f920007ee41bc70a83b58c5ba396.tar.xz |
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
Johan Hedberg says:
====================
pull request: bluetooth-next 2015-10-08
Here's another set of Bluetooth & 802.15.4 patches for the 4.4 kernel.
802.15.4:
- Many improvements & fixes to the mrf24j40 driver
- Fixes and cleanups to nl802154, mac802154 & ieee802154 code
Bluetooth:
- New chipset support in btmrvl driver
- Fixes & cleanups to btbcm, btmrvl, bpa10x & btintel drivers
- Support for vendor specific diagnostic data through common API
- Cleanups to the 6lowpan code
- New events & message types for monitor channel
Please let me know if there are any issues pulling. Thanks.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ieee802154/Kconfig')
-rw-r--r-- | net/ieee802154/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/ieee802154/Kconfig b/net/ieee802154/Kconfig index 1370d5b0041b..188135bcb803 100644 --- a/net/ieee802154/Kconfig +++ b/net/ieee802154/Kconfig @@ -12,6 +12,11 @@ menuconfig IEEE802154 if IEEE802154 +config IEEE802154_NL802154_EXPERIMENTAL + bool "IEEE 802.15.4 experimental netlink support" + ---help--- + Adds experimental netlink support for nl802154. + config IEEE802154_SOCKET tristate "IEEE 802.15.4 socket interface" default y |