summaryrefslogtreecommitdiffstats
path: root/drivers/ieee802154/Kconfig
diff options
context:
space:
mode:
authoralex.bluesman.smirnov@gmail.com2012-05-15 22:50:30 +0200
committerDavid S. Miller2012-05-16 21:17:08 +0200
commite1e49b641387b85098b05dc92b792c9ef01c2075 (patch)
tree8f6ba4f99af910348a5cd9818b10bec6d280090b /drivers/ieee802154/Kconfig
parentmac802154: monitor device support (diff)
downloadkernel-qcow2-linux-e1e49b641387b85098b05dc92b792c9ef01c2075.tar.gz
kernel-qcow2-linux-e1e49b641387b85098b05dc92b792c9ef01c2075.tar.xz
kernel-qcow2-linux-e1e49b641387b85098b05dc92b792c9ef01c2075.zip
drivers/ieee802154: IEEE 802.15.4 loopback driver
Add support for IEEE 802.15.4 loopback driver - useful development and debugging tool. Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/ieee802154/Kconfig')
-rw-r--r--drivers/ieee802154/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/ieee802154/Kconfig b/drivers/ieee802154/Kconfig
index 9b9f43aa2f85..15c064073701 100644
--- a/drivers/ieee802154/Kconfig
+++ b/drivers/ieee802154/Kconfig
@@ -19,4 +19,12 @@ config IEEE802154_FAKEHARD
This driver can also be built as a module. To do so say M here.
The module will be called 'fakehard'.
+config IEEE802154_FAKELB
+ depends on IEEE802154_DRIVERS && MAC802154
+ tristate "IEEE 802.15.4 loopback driver"
+ ---help---
+ Say Y here to enable the fake driver that can emulate a net
+ of several interconnected radio devices.
+ This driver can also be built as a module. To do so say M here.
+ The module will be called 'fakelb'.