Sergey Lapin | 8459464 | 2009-06-08 12:18:51 +0000 | [diff] [blame] | 1 | menuconfig IEEE802154_DRIVERS |
Randy Dunlap | 13be8a1 | 2009-06-12 12:59:20 +0000 | [diff] [blame] | 2 | tristate "IEEE 802.15.4 drivers" |
Sergey Lapin | 8459464 | 2009-06-08 12:18:51 +0000 | [diff] [blame] | 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 | |
| 13 | config 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 |
| 18 | of HardMAC device driver. |
| 19 | |
| 20 | This driver can also be built as a module. To do so say M here. |
| 21 | The module will be called 'fakehard'. |
alex.bluesman.smirnov@gmail.com | 7b8e19b | 2012-06-25 23:24:53 +0000 | [diff] [blame] | 22 | |
alex.bluesman.smirnov@gmail.com | e1e49b6 | 2012-05-15 20:50:30 +0000 | [diff] [blame] | 23 | config 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. |
Sergey Lapin | 8459464 | 2009-06-08 12:18:51 +0000 | [diff] [blame] | 29 | |
alex.bluesman.smirnov@gmail.com | e1e49b6 | 2012-05-15 20:50:30 +0000 | [diff] [blame] | 30 | This driver can also be built as a module. To do so say M here. |
| 31 | The module will be called 'fakelb'. |
alex.bluesman.smirnov@gmail.com | 7b8e19b | 2012-06-25 23:24:53 +0000 | [diff] [blame] | 32 | |
| 33 | config IEEE802154_AT86RF230 |
| 34 | depends on IEEE802154_DRIVERS && MAC802154 |
| 35 | tristate "AT86RF230/231 transceiver driver" |
| 36 | depends on SPI |
Alan Ott | 3731a33 | 2012-09-02 15:44:13 +0000 | [diff] [blame] | 37 | |
| 38 | config IEEE802154_MRF24J40 |
| 39 | tristate "Microchip MRF24J40 transceiver driver" |
| 40 | depends on IEEE802154_DRIVERS && MAC802154 |
| 41 | depends on SPI |
| 42 | ---help--- |
| 43 | Say Y here to enable the MRF24J20 SPI 802.15.4 wireless |
| 44 | controller. |
| 45 | |
| 46 | This driver can also be built as a module. To do so, say M here. |
| 47 | the module will be called 'mrf24j40'. |