]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/net/ieee802154/Kconfig
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[mirror_ubuntu-artful-kernel.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
13config IEEE802154_FAKEHARD
14 tristate "Fake LR-WPAN driver with several interconnected devices"
15 depends on IEEE802154_DRIVERS
16 ---help---
17 Say Y here to enable the fake driver that serves as an example
6092c79f 18 of HardMAC device driver.
8459464f 19
6092c79f 20 This driver can also be built as a module. To do so say M here.
8459464f 21 The module will be called 'fakehard'.
7b8e19b6 22
e1e49b64 23config IEEE802154_FAKELB
24 depends on IEEE802154_DRIVERS && MAC802154
25 tristate "IEEE 802.15.4 loopback driver"
26 ---help---
27 Say Y here to enable the fake driver that can emulate a net
28 of several interconnected radio devices.
8459464f 29
e1e49b64 30 This driver can also be built as a module. To do so say M here.
31 The module will be called 'fakelb'.
7b8e19b6 32
33config IEEE802154_AT86RF230
6092c79f 34 depends on IEEE802154_DRIVERS && MAC802154
48d5dbaf 35 tristate "AT86RF230/231/233/212 transceiver driver"
6092c79f 36 depends on SPI
f76014f7 37 select REGMAP_SPI
9aa69bc3 38 ---help---
48d5dbaf 39 Say Y here to enable the at86rf230/231/233/212 SPI 802.15.4 wireless
9aa69bc3
AA
40 controller.
41
42 This driver can also be built as a module. To do so, say M here.
43 the module will be called 'at86rf230'.
3731a334
AO
44
45config IEEE802154_MRF24J40
6092c79f
AA
46 tristate "Microchip MRF24J40 transceiver driver"
47 depends on IEEE802154_DRIVERS && MAC802154
48 depends on SPI
49 ---help---
50 Say Y here to enable the MRF24J20 SPI 802.15.4 wireless
51 controller.
52
53 This driver can also be built as a module. To do so, say M here.
54 the module will be called 'mrf24j40'.
b5bf6224
VB
55
56config IEEE802154_CC2520
57 depends on IEEE802154_DRIVERS && MAC802154
58 tristate "CC2520 transceiver driver"
59 depends on SPI
60 ---help---
61 Say Y here to enable the CC2520 SPI 802.15.4 wireless
62 controller.
63
64 This driver can also be built as a module. To do so, say M here.
65 the module will be called 'cc2520'.