Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / drivers / net / ieee802154 / Kconfig
CommitLineData
8459464f 1menuconfig IEEE802154_DRIVERS
13be8a12 2 tristate "IEEE 802.15.4 drivers"
8459464f
SL
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
e1e49b64 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.
8459464f 19
e1e49b64 20 This driver can also be built as a module. To do so say M here.
21 The module will be called 'fakelb'.
7b8e19b6 22
23config IEEE802154_AT86RF230
6092c79f 24 depends on IEEE802154_DRIVERS && MAC802154
48d5dbaf 25 tristate "AT86RF230/231/233/212 transceiver driver"
6092c79f 26 depends on SPI
f76014f7 27 select REGMAP_SPI
9aa69bc3 28 ---help---
48d5dbaf 29 Say Y here to enable the at86rf230/231/233/212 SPI 802.15.4 wireless
9aa69bc3
AA
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'.
3731a334 34
493bc90a
AA
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
3731a334 42config IEEE802154_MRF24J40
6092c79f
AA
43 tristate "Microchip MRF24J40 transceiver driver"
44 depends on IEEE802154_DRIVERS && MAC802154
45 depends on SPI
b0156792 46 select REGMAP_SPI
6092c79f
AA
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'.
b5bf6224
VB
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'.
7490b008
AA
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'.
7302b9d9
MH
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'.
This page took 0.683923 seconds and 5 git commands to generate.