summaryrefslogtreecommitdiff
path: root/zephyr/test/system_common
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2022-09-22 13:59:07 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-26 19:24:57 +0000
commit1f28adcc8189bcc52fad68f58c74e5e8f45c6853 (patch)
treeb73cd5dc16978a5969bbac1f62af455bc751ee83 /zephyr/test/system_common
parent32c9b990f18f858cfa0e2fbc058f9744daa772d7 (diff)
downloadchrome-ec-1f28adcc8189bcc52fad68f58c74e5e8f45c6853.tar.gz
zephyr: create fakes for the shimmed tasks
Many tests don't actually require the shimmed tasks. Create stub task entries and fakes for the task API. This allows tests to disable CONFIG_SHIMMED_TASKS. BUG=none BRANCH=none TEST=./twister Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I2da33bc76189447d09e01587e4c8ef496890d3a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3916580 Reviewed-by: Tristan Honscheid <honscheid@google.com>
Diffstat (limited to 'zephyr/test/system_common')
-rw-r--r--zephyr/test/system_common/prj.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/zephyr/test/system_common/prj.conf b/zephyr/test/system_common/prj.conf
index ebc7c64321..02ba4c42a1 100644
--- a/zephyr/test/system_common/prj.conf
+++ b/zephyr/test/system_common/prj.conf
@@ -15,4 +15,3 @@ CONFIG_PLATFORM_EC_LID_SWITCH=n
CONFIG_PLATFORM_EC_PANIC=n
CONFIG_PLATFORM_EC_SWITCH=n
CONFIG_PLATFORM_EC_VBOOT_HASH=n
-CONFIG_SHIMMED_TASKS=y