blob: 391a916622a94d0354968ef4c1627c918fcf234d [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
Alexander Aring6092c792014-03-04 19:01:18 +010018 of HardMAC device driver.
Sergey Lapin84594642009-06-08 12:18:51 +000019
Alexander Aring6092c792014-03-04 19:01:18 +010020 This driver can also be built as a module. To do so say M here.
Sergey Lapin84594642009-06-08 12:18:51 +000021 The module will be called 'fakehard'.
alex.bluesman.smirnov@gmail.com7b8e19b2012-06-25 23:24:53 +000022
alex.bluesman.smirnov@gmail.come1e49b62012-05-15 20:50:30 +000023config IEEE802154_FAKELB
24 depends on IEEE802154_DRIVERS && MAC802154
25 tristate "IEEE 802.15.4 loopback driver"
26 ---help---
27 Say Y here to enable the fake driver that can emulate a net
28 of several interconnected radio devices.
Sergey Lapin84594642009-06-08 12:18:51 +000029
alex.bluesman.smirnov@gmail.come1e49b62012-05-15 20:50:30 +000030 This driver can also be built as a module. To do so say M here.
31 The module will be called 'fakelb'.
alex.bluesman.smirnov@gmail.com7b8e19b2012-06-25 23:24:53 +000032
33config IEEE802154_AT86RF230
Alexander Aring6092c792014-03-04 19:01:18 +010034 depends on IEEE802154_DRIVERS && MAC802154
Thomas Stilwell48d5dba2014-03-10 19:29:25 -050035 tristate "AT86RF230/231/233/212 transceiver driver"
Alexander Aring6092c792014-03-04 19:01:18 +010036 depends on SPI
Alexander Aringf76014f772014-07-03 00:20:44 +020037 select REGMAP_SPI
Alexander Aring9aa69bc2014-03-04 19:01:17 +010038 ---help---
Thomas Stilwell48d5dba2014-03-10 19:29:25 -050039 Say Y here to enable the at86rf230/231/233/212 SPI 802.15.4 wireless
Alexander Aring9aa69bc2014-03-04 19:01:17 +010040 controller.
41
42 This driver can also be built as a module. To do so, say M here.
43 the module will be called 'at86rf230'.
Alan Ott3731a332012-09-02 15:44:13 +000044
45config IEEE802154_MRF24J40
Alexander Aring6092c792014-03-04 19:01:18 +010046 tristate "Microchip MRF24J40 transceiver driver"
47 depends on IEEE802154_DRIVERS && MAC802154
48 depends on SPI
49 ---help---
50 Say Y here to enable the MRF24J20 SPI 802.15.4 wireless
51 controller.
Alan Ott3731a332012-09-02 15:44:13 +000052
Alexander Aring6092c792014-03-04 19:01:18 +010053 This driver can also be built as a module. To do so, say M here.
54 the module will be called 'mrf24j40'.
Varka Bhadramb5bf6222014-06-20 17:47:16 +053055
56config IEEE802154_CC2520
57 depends on IEEE802154_DRIVERS && MAC802154
58 tristate "CC2520 transceiver driver"
59 depends on SPI
60 ---help---
61 Say Y here to enable the CC2520 SPI 802.15.4 wireless
62 controller.
63
64 This driver can also be built as a module. To do so, say M here.
65 the module will be called 'cc2520'.