Missing option to select CONFIG_MAC802154_NNOTIF in Kconfig

This commit is contained in:
Gregory Nutt
2017-06-21 07:35:09 -06:00
parent 4931792700
commit e7e8228b00
3 changed files with 10 additions and 2 deletions
+7 -1
View File
@@ -41,6 +41,12 @@ config MAC802154_LPWORK
endchoice # Work queue
config MAC802154_NNOTIF
int "Number of Notifers"
default 6
---help---
This value must be larger than CONFIG_IEEE802154_NTDESC.
config IEEE802154_NTXDESC
int "Number or TX descriptors"
default 3
@@ -63,7 +69,7 @@ config IEEE802154_IND_PREALLOC
from either from tasking logic or from interrupt level logic.
config IEEE802154_IND_IRQRESERVE
int "Rserved pre-allocated meta-data structures"
int "Reserved pre-allocated meta-data structures"
default 10
---help---
If meta-data structures can be allocated from interrupt handlers,