1 menuconfig IEEE802154_DRIVERS
2 tristate "IEEE 802.15.4 drivers"
3 depends on NETDEVICES && IEEE802154
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.
10 If you say N, all options in this submenu will be skipped and
13 config IEEE802154_FAKELB
14 depends on IEEE802154_DRIVERS && MAC802154
15 tristate "IEEE 802.15.4 loopback driver"
17 Say Y here to enable the fake driver that can emulate a net
18 of several interconnected radio devices.
20 This driver can also be built as a module. To do so say M here.
21 The module will be called 'fakelb'.
23 config IEEE802154_AT86RF230
24 depends on IEEE802154_DRIVERS && MAC802154
25 tristate "AT86RF230/231/233/212 transceiver driver"
29 Say Y here to enable the at86rf230/231/233/212 SPI 802.15.4 wireless
32 This driver can also be built as a module. To do so, say M here.
33 the module will be called 'at86rf230'.
35 config IEEE802154_AT86RF230_DEBUGFS
36 depends on IEEE802154_AT86RF230
37 bool "AT86RF230 debugfs interface"
40 This option compiles debugfs code for the at86rf230 driver.
42 config IEEE802154_MRF24J40
43 tristate "Microchip MRF24J40 transceiver driver"
44 depends on IEEE802154_DRIVERS && MAC802154
48 Say Y here to enable the MRF24J20 SPI 802.15.4 wireless
51 This driver can also be built as a module. To do so, say M here.
52 the module will be called 'mrf24j40'.
54 config IEEE802154_CC2520
55 depends on IEEE802154_DRIVERS && MAC802154
56 tristate "CC2520 transceiver driver"
59 Say Y here to enable the CC2520 SPI 802.15.4 wireless
62 This driver can also be built as a module. To do so, say M here.
63 the module will be called 'cc2520'.
65 config IEEE802154_ATUSB
66 tristate "ATUSB transceiver driver"
67 depends on IEEE802154_DRIVERS && MAC802154 && USB
69 Say Y here to enable the ATUSB IEEE 802.15.4 wireless
72 This driver can also be built as a module. To do so say M here.
73 The module will be called 'atusb'.
75 config IEEE802154_ADF7242
76 tristate "ADF7242 transceiver driver"
77 depends on IEEE802154_DRIVERS && MAC802154
80 Say Y here to enable the ADF7242 SPI 802.15.4 wireless
83 This driver can also be built as a module. To do so, say M here.
84 the module will be called 'adf7242'.
86 config IEEE802154_CA8210
87 tristate "Cascoda CA8210 transceiver driver"
88 depends on IEEE802154_DRIVERS && MAC802154
92 Say Y here to enable the CA8210 SPI 802.15.4 wireless
95 This driver can also be built as a module. To do so, say M here.
96 the module will be called 'ca8210'.
98 config IEEE802154_CA8210_DEBUGFS
99 bool "CA8210 debugfs interface"
100 depends on IEEE802154_CA8210
103 This option compiles debugfs code for the ca8210 driver. This
104 exposes a debugfs node for each CA8210 instance which allows
105 direct use of the Cascoda API, exposing the 802.15.4 MAC
108 config IEEE802154_MCR20A
109 tristate "MCR20A transceiver driver"
110 depends on IEEE802154_DRIVERS && MAC802154
113 Say Y here to enable the MCR20A SPI 802.15.4 wireless
116 This driver can also be built as a module. To do so, say M here.
117 the module will be called 'mcr20a'.
119 config IEEE802154_HWSIM
120 depends on IEEE802154_DRIVERS && MAC802154
121 tristate "Simulated radio testing tool for mac802154"
123 This driver is a developer testing tool that can be used to test
124 IEEE 802.15.4 networking stack (mac802154) functionality. This is not
125 needed for normal wpan usage and is only for testing.
127 This driver can also be built as a module. To do so say M here.
128 The module will be called 'mac802154_hwsim'.