Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327803
b: refs/heads/master
c: 3731a33
h: refs/heads/master
i:
  327801: 6ac79ff
  327799: a1f0c8a
v: v3
  • Loading branch information
Alan Ott authored and David S. Miller committed Sep 4, 2012
1 parent b868d77 commit 28a07e7
Show file tree
Hide file tree
Showing 4 changed files with 780 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 798b2cbf9227b1bd7d37ae9af4d9c750e6f4de9c
refs/heads/master: 3731a334c012ed825a87e1f152bbf980f79dabb2
11 changes: 11 additions & 0 deletions trunk/drivers/net/ieee802154/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
1 change: 1 addition & 0 deletions trunk/drivers/net/ieee802154/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
obj-$(CONFIG_IEEE802154_FAKEHARD) += fakehard.o
obj-$(CONFIG_IEEE802154_FAKELB) += fakelb.o
obj-$(CONFIG_IEEE802154_AT86RF230) += at86rf230.o
obj-$(CONFIG_IEEE802154_MRF24J40) += mrf24j40.o
Loading

0 comments on commit 28a07e7

Please sign in to comment.