CONFIG_ANT_WORK_STACK_SIZE

Size of the work handler thread stack.

Type: int

Help

Size of the work handler thread stack, used to process work in ANT priority context.

Direct dependencies

ANT

(Includes any dependencies from ifs and menus.)

Default

  • 1024

Kconfig definition

At init/Kconfig:32

Included via Kconfig:37

Menu path: (Top) → ANT Wireless

config ANT_WORK_STACK_SIZE
    int "Size of the work handler thread stack."
    default 1024
    depends on ANT
    help
      Size of the work handler thread stack, used to process work in ANT priority context.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)