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>
6 lines
136 B
Plaintext
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
|