diff options
author | Alan Ott <alan@signal11.us> | 2012-09-02 19:44:13 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-09-04 22:43:55 +0400 |
commit | 3731a334c012ed825a87e1f152bbf980f79dabb2 (patch) | |
tree | 15bd34887ee32e1fd9e8e3810303fb511fca0524 /drivers/net/ieee802154/Kconfig | |
parent | 798b2cbf9227b1bd7d37ae9af4d9c750e6f4de9c (diff) | |
download | linux-3731a334c012ed825a87e1f152bbf980f79dabb2.tar.xz |
ieee802154: MRF24J40 driver
Driver for the Microchip MRF24J40 802.15.4 WPAN module.
Signed-off-by: Alan Ott <alan@signal11.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ieee802154/Kconfig')
-rw-r--r-- | drivers/net/ieee802154/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/ieee802154/Kconfig b/drivers/net/ieee802154/Kconfig index 1fc4eefc20ed..08ae4655423a 100644 --- a/drivers/net/ieee802154/Kconfig +++ b/drivers/net/ieee802154/Kconfig @@ -34,3 +34,14 @@ config IEEE802154_AT86RF230 depends on IEEE802154_DRIVERS && MAC802154 tristate "AT86RF230/231 transceiver driver" depends on SPI + +config IEEE802154_MRF24J40 + tristate "Microchip MRF24J40 transceiver driver" + depends on IEEE802154_DRIVERS && MAC802154 + depends on SPI + ---help--- + Say Y here to enable the MRF24J20 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 'mrf24j40'. |