blob: 15c064073701fe4295b3ef4a6fab418cd5218621 [file] [log] [blame]
Sergey Lapin84594642009-06-08 12:18:51 +00001menuconfig IEEE802154_DRIVERS
Randy Dunlap13be8a12009-06-12 12:59:20 +00002 tristate "IEEE 802.15.4 drivers"
Sergey Lapin84594642009-06-08 12:18:51 +00003 depends on NETDEVICES && IEEE802154
4 default y
5 ---help---
6 Say Y here to get to see options for IEEE 802.15.4 Low-Rate
7 Wireless Personal Area Network device drivers. This option alone
8 does not add any kernel code.
9
10 If you say N, all options in this submenu will be skipped and
11 disabled.
12
13config IEEE802154_FAKEHARD
14 tristate "Fake LR-WPAN driver with several interconnected devices"
15 depends on IEEE802154_DRIVERS
16 ---help---
17 Say Y here to enable the fake driver that serves as an example
18 of HardMAC device driver.
19
20 This driver can also be built as a module. To do so say M here.
21 The module will be called 'fakehard'.
alex.bluesman.smirnov@gmail.come1e49b62012-05-15 20:50:30 +000022config IEEE802154_FAKELB
23 depends on IEEE802154_DRIVERS && MAC802154
24 tristate "IEEE 802.15.4 loopback driver"
25 ---help---
26 Say Y here to enable the fake driver that can emulate a net
27 of several interconnected radio devices.
Sergey Lapin84594642009-06-08 12:18:51 +000028
alex.bluesman.smirnov@gmail.come1e49b62012-05-15 20:50:30 +000029 This driver can also be built as a module. To do so say M here.
30 The module will be called 'fakelb'.