blob: 3057a8df4ce93fe09f43bffc59b11ea298df1097 [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
alex.bluesman.smirnov@gmail.come1e49b62012-05-15 20:50:30 +000013config IEEE802154_FAKELB
14 depends on IEEE802154_DRIVERS && MAC802154
15 tristate "IEEE 802.15.4 loopback driver"
16 ---help---
17 Say Y here to enable the fake driver that can emulate a net
18 of several interconnected radio devices.
Sergey Lapin84594642009-06-08 12:18:51 +000019
alex.bluesman.smirnov@gmail.come1e49b62012-05-15 20:50:30 +000020 This driver can also be built as a module. To do so say M here.
21 The module will be called 'fakelb'.
alex.bluesman.smirnov@gmail.com7b8e19b2012-06-25 23:24:53 +000022
23config IEEE802154_AT86RF230
Alexander Aring6092c792014-03-04 19:01:18 +010024 depends on IEEE802154_DRIVERS && MAC802154
Thomas Stilwell48d5dba2014-03-10 19:29:25 -050025 tristate "AT86RF230/231/233/212 transceiver driver"
Alexander Aring6092c792014-03-04 19:01:18 +010026 depends on SPI
Alexander Aringf76014f772014-07-03 00:20:44 +020027 select REGMAP_SPI
Alexander Aring9aa69bc2014-03-04 19:01:17 +010028 ---help---
Thomas Stilwell48d5dba2014-03-10 19:29:25 -050029 Say Y here to enable the at86rf230/231/233/212 SPI 802.15.4 wireless
Alexander Aring9aa69bc2014-03-04 19:01:17 +010030 controller.
31
32 This driver can also be built as a module. To do so, say M here.
33 the module will be called 'at86rf230'.
Alan Ott3731a332012-09-02 15:44:13 +000034
Alexander Aring493bc902015-08-27 21:49:19 +020035config IEEE802154_AT86RF230_DEBUGFS
36 depends on IEEE802154_AT86RF230
37 bool "AT86RF230 debugfs interface"
38 depends on DEBUG_FS
39 ---help---
40 This option compiles debugfs code for the at86rf230 driver.
41
Alan Ott3731a332012-09-02 15:44:13 +000042config IEEE802154_MRF24J40
Alexander Aring6092c792014-03-04 19:01:18 +010043 tristate "Microchip MRF24J40 transceiver driver"
44 depends on IEEE802154_DRIVERS && MAC802154
45 depends on SPI
Alexander Aringb0156792015-09-21 11:24:30 +020046 select REGMAP_SPI
Alexander Aring6092c792014-03-04 19:01:18 +010047 ---help---
48 Say Y here to enable the MRF24J20 SPI 802.15.4 wireless
49 controller.
Alan Ott3731a332012-09-02 15:44:13 +000050
Alexander Aring6092c792014-03-04 19:01:18 +010051 This driver can also be built as a module. To do so, say M here.
52 the module will be called 'mrf24j40'.
Varka Bhadramb5bf6222014-06-20 17:47:16 +053053
54config IEEE802154_CC2520
55 depends on IEEE802154_DRIVERS && MAC802154
56 tristate "CC2520 transceiver driver"
57 depends on SPI
58 ---help---
59 Say Y here to enable the CC2520 SPI 802.15.4 wireless
60 controller.
61
62 This driver can also be built as a module. To do so, say M here.
63 the module will be called 'cc2520'.
Alexander Aring7490b002015-05-17 21:44:57 +020064
65config IEEE802154_ATUSB
66 tristate "ATUSB transceiver driver"
67 depends on IEEE802154_DRIVERS && MAC802154 && USB
68 ---help---
69 Say Y here to enable the ATUSB IEEE 802.15.4 wireless
70 controller.
71
72 This driver can also be built as a module. To do so say M here.
73 The module will be called 'atusb'.
Michael Hennerich7302b9d2015-12-11 11:17:15 +010074
75config IEEE802154_ADF7242
76 tristate "ADF7242 transceiver driver"
77 depends on IEEE802154_DRIVERS && MAC802154
78 depends on SPI
79 ---help---
80 Say Y here to enable the ADF7242 SPI 802.15.4 wireless
81 controller.
82
83 This driver can also be built as a module. To do so, say M here.
84 the module will be called 'adf7242'.