:orphan: .. title:: CONFIG_EC_HOST_CMD_HANDLER_STACK_SIZE .. kconfig:: CONFIG_EC_HOST_CMD_HANDLER_STACK_SIZE CONFIG_EC_HOST_CMD_HANDLER_STACK_SIZE ##################################### *Stack size for the EC host command handler thread* Type: ``int`` Direct dependencies =================== \ :kconfig:`EC_HOST_CMD ` *(Includes any dependencies from ifs and menus.)* Default ======= - 512 Kconfig definition ================== At ``/mgmt/ec_host_cmd/Kconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:7`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Host command handler subsystem → Support Embedded Controller host command handler subsystem .. code-block:: kconfig config EC_HOST_CMD_HANDLER_STACK_SIZE int "Stack size for the EC host command handler thread" default 512 depends on EC_HOST_CMD *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*