aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-03-04 19:01:17 +0100
committerDavid S. Miller <davem@davemloft.net>2014-03-04 20:12:43 -0500
commit9aa69bc3c7a721db74c62e58c385ac50fd928856 (patch)
treea0158f80645b3d0e50dd26c0e9d3cc392e803910
parentbe2net: dma_sync each RX frag before passing it to the stack (diff)
downloadlinux-dev-9aa69bc3c7a721db74c62e58c385ac50fd928856.tar.xz
linux-dev-9aa69bc3c7a721db74c62e58c385ac50fd928856.zip
at86rf230: add help and 212 to Kconfig menu entry
Since commit 8fad346f366a72978ea942abd06bd501ebd39c22 (ieee802154: add basic support for RF212 to at86rf230 driver) we support at86rf212 as well. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/ieee802154/Kconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/net/ieee802154/Kconfig b/drivers/net/ieee802154/Kconfig
index 08ae4655423a..16e933107b54 100644
--- a/drivers/net/ieee802154/Kconfig
+++ b/drivers/net/ieee802154/Kconfig
@@ -32,8 +32,14 @@ config IEEE802154_FAKELB
config IEEE802154_AT86RF230
depends on IEEE802154_DRIVERS && MAC802154
- tristate "AT86RF230/231 transceiver driver"
+ tristate "AT86RF230/231/212 transceiver driver"
depends on SPI
+ ---help---
+ Say Y here to enable the at86rf230/231/212 SPI 802.15.4 wireless
+ controller.
+
+ This driver can also be built as a module. To do so, say M here.
+ the module will be called 'at86rf230'.
config IEEE802154_MRF24J40
tristate "Microchip MRF24J40 transceiver driver"