diff options
author | alex.bluesman.smirnov@gmail.com <alex.bluesman.smirnov@gmail.com> | 2012-06-25 23:24:53 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-06-26 21:06:11 -0700 |
commit | 7b8e19b67c1b171a04f6bd2f973d0b38cb496bf6 (patch) | |
tree | 3d900905a1ae08f72b0cceabb91419a9b3b11fb5 /drivers/ieee802154/Makefile | |
parent | 5265f46711ca4e6c389519a00e97036ddb892781 (diff) | |
download | talos-obmc-linux-7b8e19b67c1b171a04f6bd2f973d0b38cb496bf6.tar.gz talos-obmc-linux-7b8e19b67c1b171a04f6bd2f973d0b38cb496bf6.zip |
drivers/ieee802154: add support for the at86rf230/231 transceivers
The AT86RF231 is a feature rich, low-power 2.4 GHz radio transceiver
designed for industrial and consumer ZigBee/IEEE 802.15.4, 6LoWPAN,
RF4CE and high data rate 2.4 GHz ISM band applications.
This patch adds support for the Atmel RF230/231 radio transceivers.
Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/ieee802154/Makefile')
-rw-r--r-- | drivers/ieee802154/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ieee802154/Makefile b/drivers/ieee802154/Makefile index ea784ea6f0f8..4f4371d3aa7d 100644 --- a/drivers/ieee802154/Makefile +++ b/drivers/ieee802154/Makefile @@ -1,2 +1,3 @@ obj-$(CONFIG_IEEE802154_FAKEHARD) += fakehard.o obj-$(CONFIG_IEEE802154_FAKELB) += fakelb.o +obj-$(CONFIG_IEEE802154_AT86RF230) += at86rf230.o |