:orphan: .. title:: CONFIG_IEEE802154_MCR20A_RX_STACK_SIZE .. kconfig:: CONFIG_IEEE802154_MCR20A_RX_STACK_SIZE CONFIG_IEEE802154_MCR20A_RX_STACK_SIZE ###################################### *Driver's internal RX thread stack size* Type: ``int`` Help ==== .. code-block:: none This option sets the driver's stack size for its internal RX thread. The default value should be sufficient, but in case it proves to be a too little one, this option makes it easy to play with the size. Direct dependencies =================== \ :kconfig:`IEEE802154_MCR20A ` && \ :kconfig:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Default ======= - 800 Kconfig definition ================== At ``/ieee802154/Kconfig.mcr20a:61`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:10`` → ``/ieee802154/Kconfig:66`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → NXP MCR20A Driver support .. code-block:: kconfig config IEEE802154_MCR20A_RX_STACK_SIZE int "Driver's internal RX thread stack size" default 800 depends on IEEE802154_MCR20A && IEEE802154 help This option sets the driver's stack size for its internal RX thread. The default value should be sufficient, but in case it proves to be a too little one, this option makes it easy to play with the size. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*