summaryrefslogtreecommitdiffstats
path: root/net/ieee802154/Kconfig
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2015-01-04 11:10:53 -0500
committerMarcel Holtmann <marcel@holtmann.org>2015-01-08 01:25:59 -0500
commitea81ac2e7050798109356150ea16e71622a5c329 (patch)
treefedb5990ebf350edc2c7ec6956ece51c85dcc221 /net/ieee802154/Kconfig
parenta9cc32d96c62b230c664a362b5f3206d3bcf35b8 (diff)
ieee802154: create 6lowpan sub-directory
This patch creates an 6lowpan sub-directory inside ieee802154. Additional we move all ieee802154 6lowpan relevant files into this sub-directory instead of placing the 6lowpan related files inside ieee802154. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/ieee802154/Kconfig')
-rw-r--r--net/ieee802154/Kconfig6
1 files changed, 1 insertions, 5 deletions
diff --git a/net/ieee802154/Kconfig b/net/ieee802154/Kconfig
index 9ea0af49a4ea..1370d5b0041b 100644
--- a/net/ieee802154/Kconfig
+++ b/net/ieee802154/Kconfig
@@ -20,10 +20,6 @@ config IEEE802154_SOCKET
20 for 802.15.4 dataframes. Also RAW socket interface to build MAC 20 for 802.15.4 dataframes. Also RAW socket interface to build MAC
21 header from userspace. 21 header from userspace.
22 22
23config IEEE802154_6LOWPAN 23source "net/ieee802154/6lowpan/Kconfig"
24 tristate "6lowpan support over IEEE 802.15.4"
25 depends on 6LOWPAN
26 ---help---
27 IPv6 compression over IEEE 802.15.4.
28 24
29endif 25endif