diff options
Diffstat (limited to 'drivers/net/ieee802154/Kconfig')
-rw-r--r-- | drivers/net/ieee802154/Kconfig | 34 |
1 files changed, 20 insertions, 14 deletions
diff --git a/drivers/net/ieee802154/Kconfig b/drivers/net/ieee802154/Kconfig index 08ae4655423a..3e89beab64fd 100644 --- a/drivers/net/ieee802154/Kconfig +++ b/drivers/net/ieee802154/Kconfig | |||
@@ -15,9 +15,9 @@ config IEEE802154_FAKEHARD | |||
15 | depends on IEEE802154_DRIVERS | 15 | depends on IEEE802154_DRIVERS |
16 | ---help--- | 16 | ---help--- |
17 | Say Y here to enable the fake driver that serves as an example | 17 | Say Y here to enable the fake driver that serves as an example |
18 | of HardMAC device driver. | 18 | of HardMAC device driver. |
19 | 19 | ||
20 | This driver can also be built as a module. To do so say M here. | 20 | This driver can also be built as a module. To do so say M here. |
21 | The module will be called 'fakehard'. | 21 | The module will be called 'fakehard'. |
22 | 22 | ||
23 | config IEEE802154_FAKELB | 23 | config IEEE802154_FAKELB |
@@ -31,17 +31,23 @@ config IEEE802154_FAKELB | |||
31 | The module will be called 'fakelb'. | 31 | The module will be called 'fakelb'. |
32 | 32 | ||
33 | config IEEE802154_AT86RF230 | 33 | config IEEE802154_AT86RF230 |
34 | depends on IEEE802154_DRIVERS && MAC802154 | 34 | depends on IEEE802154_DRIVERS && MAC802154 |
35 | tristate "AT86RF230/231 transceiver driver" | 35 | tristate "AT86RF230/231/233/212 transceiver driver" |
36 | depends on SPI | 36 | depends on SPI |
37 | ---help--- | ||
38 | Say Y here to enable the at86rf230/231/233/212 SPI 802.15.4 wireless | ||
39 | controller. | ||
40 | |||
41 | This driver can also be built as a module. To do so, say M here. | ||
42 | the module will be called 'at86rf230'. | ||
37 | 43 | ||
38 | config IEEE802154_MRF24J40 | 44 | config IEEE802154_MRF24J40 |
39 | tristate "Microchip MRF24J40 transceiver driver" | 45 | tristate "Microchip MRF24J40 transceiver driver" |
40 | depends on IEEE802154_DRIVERS && MAC802154 | 46 | depends on IEEE802154_DRIVERS && MAC802154 |
41 | depends on SPI | 47 | depends on SPI |
42 | ---help--- | 48 | ---help--- |
43 | Say Y here to enable the MRF24J20 SPI 802.15.4 wireless | 49 | Say Y here to enable the MRF24J20 SPI 802.15.4 wireless |
44 | controller. | 50 | controller. |
45 | 51 | ||
46 | This driver can also be built as a module. To do so, say M here. | 52 | This driver can also be built as a module. To do so, say M here. |
47 | the module will be called 'mrf24j40'. | 53 | the module will be called 'mrf24j40'. |