zephyr/tests/subsys/mgmt/ec_host_cmd/simulator/prj.conf
Dawid Niedzwiecki aa0c0727b4 mgmt: ec_host_cmd: add config to create a dedicated thread
Add a config to decide if a new dedicated thread for Host Command is
created during initialization.

If not, the ec_host_cmd_task has to be called by another thread to
handle host commands.

Signed-off-by: Dawid Niedzwiecki <dawidn@google.com>
2023-05-23 16:19:53 +02:00

6 lines
136 B
Plaintext

CONFIG_EC_HOST_CMD=y
CONFIG_EC_HOST_CMD_BACKEND_SIMULATOR=y
CONFIG_EC_HOST_CMD_DEDICATED_THREAD=y
CONFIG_ZTEST=y
CONFIG_ZTEST_NEW_API=y