diff options
author | Xue Liu <liuxuenetmail@gmail.com> | 2018-02-20 14:55:58 +0300 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2018-02-21 11:08:39 +0300 |
commit | 8c6ad9cc51574c8f20b5777e97b42457802ac36d (patch) | |
tree | 429c9e07a8cb9ca0e69f5144707970aff69dd018 /drivers/net/ieee802154/Makefile | |
parent | 962d0ca24855f2a3ff6fd093ff20bedbd5284823 (diff) | |
download | linux-8c6ad9cc51574c8f20b5777e97b42457802ac36d.tar.xz |
ieee802154: Add NXP MCR20A IEEE 802.15.4 transceiver driver
The MCR20AVHM transceiver (or MCR20A) is a low power,
high-performance 2.4 GHz, IEEE 802.15.4 compliant transceiver.
This driver implements a subset of ieee802154_ops.
It has no support for CSMA due to lack of hardware support.
It has currently no support for its proprietary Dual-PAN feature.
https://www.nxp.com/docs/en/reference-manual/MCR20RM.pdf
Signed-off-by: Xue Liu <liuxuenetmail@gmail.com>
Signed-off-by: Stefan Schmidt <stefan@osg.samsung.com>
Diffstat (limited to 'drivers/net/ieee802154/Makefile')
-rw-r--r-- | drivers/net/ieee802154/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ieee802154/Makefile b/drivers/net/ieee802154/Makefile index bea1de5e726c..104744d5a668 100644 --- a/drivers/net/ieee802154/Makefile +++ b/drivers/net/ieee802154/Makefile @@ -6,3 +6,4 @@ obj-$(CONFIG_IEEE802154_CC2520) += cc2520.o obj-$(CONFIG_IEEE802154_ATUSB) += atusb.o obj-$(CONFIG_IEEE802154_ADF7242) += adf7242.o obj-$(CONFIG_IEEE802154_CA8210) += ca8210.o +obj-$(CONFIG_IEEE802154_MCR20A) += mcr20a.o |