Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314631
b: refs/heads/master
c: 7b8e19b
h: refs/heads/master
i:
  314629: 36a0429
  314627: 1530e82
  314623: 6498535
v: v3
  • Loading branch information
alex.bluesman.smirnov@gmail.com authored and David S. Miller committed Jun 27, 2012
1 parent 6e0c4d2 commit cd03060
Show file tree
Hide file tree
Showing 5 changed files with 1,004 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: 5265f46711ca4e6c389519a00e97036ddb892781
refs/heads/master: 7b8e19b67c1b171a04f6bd2f973d0b38cb496bf6
6 changes: 6 additions & 0 deletions trunk/drivers/ieee802154/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ config IEEE802154_FAKEHARD

This driver can also be built as a module. To do so say M here.
The module will be called 'fakehard'.

config IEEE802154_FAKELB
depends on IEEE802154_DRIVERS && MAC802154
tristate "IEEE 802.15.4 loopback driver"
Expand All @@ -28,3 +29,8 @@ config IEEE802154_FAKELB

This driver can also be built as a module. To do so say M here.
The module will be called 'fakelb'.

config IEEE802154_AT86RF230
depends on IEEE802154_DRIVERS && MAC802154
tristate "AT86RF230/231 transceiver driver"
depends on SPI
1 change: 1 addition & 0 deletions trunk/drivers/ieee802154/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
obj-$(CONFIG_IEEE802154_FAKEHARD) += fakehard.o
obj-$(CONFIG_IEEE802154_FAKELB) += fakelb.o
obj-$(CONFIG_IEEE802154_AT86RF230) += at86rf230.o
Loading

0 comments on commit cd03060

Please sign in to comment.