net: 802.15.4: Always use nullmac driver

User cannot select CSMA mac driver any more in order to save some
memory.

Change-Id: I7805a1c2028f60bc8a428bd5b8f891d540a14b6d
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2016-05-26 10:56:35 +03:00
commit 026a6d170a

View file

@ -287,24 +287,10 @@ config NETWORKING_WITH_15_4_ALWAYS_ACK
acknowledgment on all data packet will draw power resource. acknowledgment on all data packet will draw power resource.
Use case for this option it for testing only. Use case for this option it for testing only.
choice # Using nullmac 802.15.4 driver only.
prompt "802.15.4 MAC Driver"
depends on NETWORKING && NETWORKING_WITH_15_4
help
The 802.15.4 layer can support nullmac or csma.
config NETWORKING_WITH_15_4_MAC_NULL config NETWORKING_WITH_15_4_MAC_NULL
bool bool
prompt "nullmac driver" default y
help
Enable nullmac driver. All packets go straight through.
config NETWORKING_WITH_15_4_MAC_CSMA
bool
prompt "csma driver"
help
Enable csma driver. Will queue packets and retry transmissions.
endchoice
choice choice
prompt "802.15.4 RDC Driver" prompt "802.15.4 RDC Driver"