Commit 9aa69bc3 authored by Alexander Aring's avatar Alexander Aring Committed by David S. Miller
Browse files

at86rf230: add help and 212 to Kconfig menu entry



Since commit 8fad346f
(ieee802154: add basic support for RF212 to at86rf230 driver)

we support at86rf212 as well.

Signed-off-by: default avatarAlexander Aring <alex.aring@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e50287be
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -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"