1 # SPDX-License-Identifier: GPL-2.0-only
2 menuconfig IEEE802154_DRIVERS
3 tristate "IEEE 802.15.4 drivers"
4 depends on NETDEVICES && IEEE802154
7 Say Y here to get to see options for IEEE 802.15.4 Low-Rate
8 Wireless Personal Area Network device drivers. This option alone
9 does not add any kernel code.
11 If you say N, all options in this submenu will be skipped and
14 config IEEE802154_FAKELB
15 depends on IEEE802154_DRIVERS && MAC802154
16 tristate "IEEE 802.15.4 loopback driver"
18 Say Y here to enable the fake driver that can emulate a net
19 of several interconnected radio devices.
21 This driver can also be built as a module. To do so say M here.
22 The module will be called 'fakelb'.
24 config IEEE802154_AT86RF230
25 depends on IEEE802154_DRIVERS && MAC802154
26 tristate "AT86RF230/231/233/212 transceiver driver"
30 Say Y here to enable the at86rf230/231/233/212 SPI 802.15.4 wireless
33 This driver can also be built as a module. To do so, say M here.
34 the module will be called 'at86rf230'.
36 config IEEE802154_MRF24J40
37 tristate "Microchip MRF24J40 transceiver driver"
38 depends on IEEE802154_DRIVERS && MAC802154
42 Say Y here to enable the MRF24J20 SPI 802.15.4 wireless
45 This driver can also be built as a module. To do so, say M here.
46 the module will be called 'mrf24j40'.
48 config IEEE802154_CC2520
49 depends on IEEE802154_DRIVERS && MAC802154
50 tristate "CC2520 transceiver driver"
53 Say Y here to enable the CC2520 SPI 802.15.4 wireless
56 This driver can also be built as a module. To do so, say M here.
57 the module will be called 'cc2520'.
59 config IEEE802154_ATUSB
60 tristate "ATUSB transceiver driver"
61 depends on IEEE802154_DRIVERS && MAC802154 && USB
63 Say Y here to enable the ATUSB IEEE 802.15.4 wireless
66 This driver can also be built as a module. To do so say M here.
67 The module will be called 'atusb'.
69 config IEEE802154_ADF7242
70 tristate "ADF7242 transceiver driver"
71 depends on IEEE802154_DRIVERS && MAC802154
74 Say Y here to enable the ADF7242 SPI 802.15.4 wireless
77 This driver can also be built as a module. To do so, say M here.
78 the module will be called 'adf7242'.
80 config IEEE802154_CA8210
81 tristate "Cascoda CA8210 transceiver driver"
82 depends on IEEE802154_DRIVERS && MAC802154
86 Say Y here to enable the CA8210 SPI 802.15.4 wireless
89 This driver can also be built as a module. To do so, say M here.
90 the module will be called 'ca8210'.
92 config IEEE802154_CA8210_DEBUGFS
93 bool "CA8210 debugfs interface"
94 depends on IEEE802154_CA8210
97 This option compiles debugfs code for the ca8210 driver. This
98 exposes a debugfs node for each CA8210 instance which allows
99 direct use of the Cascoda API, exposing the 802.15.4 MAC
102 config IEEE802154_MCR20A
103 tristate "MCR20A transceiver driver"
105 depends on IEEE802154_DRIVERS && MAC802154
108 Say Y here to enable the MCR20A SPI 802.15.4 wireless
111 This driver can also be built as a module. To do so, say M here.
112 the module will be called 'mcr20a'.
114 config IEEE802154_HWSIM
115 depends on IEEE802154_DRIVERS && MAC802154
116 tristate "Simulated radio testing tool for mac802154"
118 This driver is a developer testing tool that can be used to test
119 IEEE 802.15.4 networking stack (mac802154) functionality. This is not
120 needed for normal wpan usage and is only for testing.
122 This driver can also be built as a module. To do so say M here.
123 The module will be called 'mac802154_hwsim'.