All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] at86rf230: add help and 212 to Kconfig menu entry
@ 2014-03-04 10:22 Alexander Aring
  2014-03-04 10:22 ` [PATCH 2/2] ieee802154: fix whitespace issues in Kconfig Alexander Aring
  2014-03-04 18:13 ` [PATCH 1/2] at86rf230: add help and 212 to Kconfig menu entry Sergei Shtylyov
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Aring @ 2014-03-04 10:22 UTC (permalink / raw)
  To: alex.bluesman.smirnov
  Cc: dbaryshkov, linux-zigbee-devel, netdev, Alexander Aring

Since commit e035b8addc544c2b4de2f8b0326ba7939abd9541 we support at86rf212
aswell.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
---
 drivers/net/ieee802154/Kconfig | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/drivers/net/ieee802154/Kconfig b/drivers/net/ieee802154/Kconfig
index 08ae465..807ad1f 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"
-- 
1.9.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-04 17:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-04 10:22 [PATCH 1/2] at86rf230: add help and 212 to Kconfig menu entry Alexander Aring
2014-03-04 10:22 ` [PATCH 2/2] ieee802154: fix whitespace issues in Kconfig Alexander Aring
2014-03-04 18:13 ` [PATCH 1/2] at86rf230: add help and 212 to Kconfig menu entry Sergei Shtylyov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.