aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee802154/Kconfig
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2015-01-04 17:10:53 +0100
committerMarcel Holtmann <marcel@holtmann.org>2015-01-08 07:25:59 +0100
commitea81ac2e7050798109356150ea16e71622a5c329 (patch)
treefedb5990ebf350edc2c7ec6956ece51c85dcc221 /net/ieee802154/Kconfig
parentBluetooth: btmrvl: fix card reset and suspend race issue (diff)
downloadlinux-dev-ea81ac2e7050798109356150ea16e71622a5c329.tar.xz
linux-dev-ea81ac2e7050798109356150ea16e71622a5c329.zip
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
for 802.15.4 dataframes. Also RAW socket interface to build MAC
header from userspace.
-config IEEE802154_6LOWPAN
- tristate "6lowpan support over IEEE 802.15.4"
- depends on 6LOWPAN
- ---help---
- IPv6 compression over IEEE 802.15.4.
+source "net/ieee802154/6lowpan/Kconfig"
endif