|
@@ -51,3 +51,14 @@ config IEEE802154_MRF24J40
|
|
|
|
|
|
This driver can also be built as a module. To do so, say M here.
|
|
|
the module will be called 'mrf24j40'.
|
|
|
+
|
|
|
+config IEEE802154_CC2520
|
|
|
+ depends on IEEE802154_DRIVERS && MAC802154
|
|
|
+ tristate "CC2520 transceiver driver"
|
|
|
+ depends on SPI
|
|
|
+ ---help---
|
|
|
+ Say Y here to enable the CC2520 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 'cc2520'.
|