Loading...
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig IEEE802154_DRIVERS
3 tristate "IEEE 802.15.4 drivers"
4 depends on NETDEVICES && IEEE802154
5 default y
6 help
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.
10
11 If you say N, all options in this submenu will be skipped and
12 disabled.
13
14config IEEE802154_FAKELB
15 depends on IEEE802154_DRIVERS && MAC802154
16 tristate "IEEE 802.15.4 loopback driver"
17 help
18 Say Y here to enable the fake driver that can emulate a net
19 of several interconnected radio devices.
20
21 This driver can also be built as a module. To do so say M here.
22 The module will be called 'fakelb'.
23
24config IEEE802154_AT86RF230
25 depends on IEEE802154_DRIVERS && MAC802154
26 tristate "AT86RF230/231/233/212 transceiver driver"
27 depends on SPI
28 select REGMAP_SPI
29 help
30 Say Y here to enable the at86rf230/231/233/212 SPI 802.15.4 wireless
31 controller.
32
33 This driver can also be built as a module. To do so, say M here.
34 the module will be called 'at86rf230'.
35
36config IEEE802154_MRF24J40
37 tristate "Microchip MRF24J40 transceiver driver"
38 depends on IEEE802154_DRIVERS && MAC802154
39 depends on SPI
40 select REGMAP_SPI
41 help
42 Say Y here to enable the MRF24J20 SPI 802.15.4 wireless
43 controller.
44
45 This driver can also be built as a module. To do so, say M here.
46 the module will be called 'mrf24j40'.
47
48config IEEE802154_CC2520
49 depends on IEEE802154_DRIVERS && MAC802154
50 tristate "CC2520 transceiver driver"
51 depends on SPI
52 help
53 Say Y here to enable the CC2520 SPI 802.15.4 wireless
54 controller.
55
56 This driver can also be built as a module. To do so, say M here.
57 the module will be called 'cc2520'.
58
59config IEEE802154_ATUSB
60 tristate "ATUSB transceiver driver"
61 depends on IEEE802154_DRIVERS && MAC802154 && USB
62 help
63 Say Y here to enable the ATUSB IEEE 802.15.4 wireless
64 controller.
65
66 This driver can also be built as a module. To do so say M here.
67 The module will be called 'atusb'.
68
69config IEEE802154_ADF7242
70 tristate "ADF7242 transceiver driver"
71 depends on IEEE802154_DRIVERS && MAC802154
72 depends on SPI
73 help
74 Say Y here to enable the ADF7242 SPI 802.15.4 wireless
75 controller.
76
77 This driver can also be built as a module. To do so, say M here.
78 the module will be called 'adf7242'.
79
80config IEEE802154_CA8210
81 tristate "Cascoda CA8210 transceiver driver"
82 depends on IEEE802154_DRIVERS && MAC802154
83 depends on COMMON_CLK
84 depends on SPI
85 help
86 Say Y here to enable the CA8210 SPI 802.15.4 wireless
87 controller.
88
89 This driver can also be built as a module. To do so, say M here.
90 the module will be called 'ca8210'.
91
92config IEEE802154_CA8210_DEBUGFS
93 bool "CA8210 debugfs interface"
94 depends on IEEE802154_CA8210
95 depends on DEBUG_FS
96 help
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
100 management entities.
101
102config IEEE802154_MCR20A
103 tristate "MCR20A transceiver driver"
104 depends on IEEE802154_DRIVERS && MAC802154
105 depends on SPI
106 help
107 Say Y here to enable the MCR20A SPI 802.15.4 wireless
108 controller.
109
110 This driver can also be built as a module. To do so, say M here.
111 the module will be called 'mcr20a'.
112
113config IEEE802154_HWSIM
114 depends on IEEE802154_DRIVERS && MAC802154
115 tristate "Simulated radio testing tool for mac802154"
116 help
117 This driver is a developer testing tool that can be used to test
118 IEEE 802.15.4 networking stack (mac802154) functionality. This is not
119 needed for normal wpan usage and is only for testing.
120
121 This driver can also be built as a module. To do so say M here.
122 The module will be called 'mac802154_hwsim'.
1menuconfig IEEE802154_DRIVERS
2 tristate "IEEE 802.15.4 drivers"
3 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_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.
19
20 This driver can also be built as a module. To do so say M here.
21 The module will be called 'fakelb'.
22
23config IEEE802154_AT86RF230
24 depends on IEEE802154_DRIVERS && MAC802154
25 tristate "AT86RF230/231/233/212 transceiver driver"
26 depends on SPI
27 select REGMAP_SPI
28 ---help---
29 Say Y here to enable the at86rf230/231/233/212 SPI 802.15.4 wireless
30 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'.
34
35config 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
42config IEEE802154_MRF24J40
43 tristate "Microchip MRF24J40 transceiver driver"
44 depends on IEEE802154_DRIVERS && MAC802154
45 depends on SPI
46 select REGMAP_SPI
47 ---help---
48 Say Y here to enable the MRF24J20 SPI 802.15.4 wireless
49 controller.
50
51 This driver can also be built as a module. To do so, say M here.
52 the module will be called 'mrf24j40'.
53
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'.
64
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'.
74
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'.
85
86config IEEE802154_CA8210
87 tristate "Cascoda CA8210 transceiver driver"
88 depends on IEEE802154_DRIVERS && MAC802154
89 depends on COMMON_CLK
90 depends on SPI
91 ---help---
92 Say Y here to enable the CA8210 SPI 802.15.4 wireless
93 controller.
94
95 This driver can also be built as a module. To do so, say M here.
96 the module will be called 'ca8210'.
97
98config IEEE802154_CA8210_DEBUGFS
99 bool "CA8210 debugfs interface"
100 depends on IEEE802154_CA8210
101 depends on DEBUG_FS
102 ---help---
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
106 management entities.
107
108config IEEE802154_MCR20A
109 tristate "MCR20A transceiver driver"
110 depends on IEEE802154_DRIVERS && MAC802154
111 depends on SPI
112 ---help---
113 Say Y here to enable the MCR20A SPI 802.15.4 wireless
114 controller.
115
116 This driver can also be built as a module. To do so, say M here.
117 the module will be called 'mcr20a'.