summaryrefslogtreecommitdiff
path: root/zephyr/test/crc/prj.conf
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2020-11-09 14:42:53 -0700
committerCommit Bot <commit-bot@chromium.org>2020-11-13 00:27:45 +0000
commitba63fbd08d40421c63e99ff4fbb5a0b78de3b9bd (patch)
tree40ec02b754c3f84fc57dc1433050cf6b5a2fe72c /zephyr/test/crc/prj.conf
parentc382208fe8052890704b83b60219c7d55164127b (diff)
downloadchrome-ec-ba63fbd08d40421c63e99ff4fbb5a0b78de3b9bd.tar.gz
zephyr: forward cros_crc8 to zephyrs crc8 impl
Shim in support for crc8 used in CBI, I2C, and other applications within platform/ec BRANCH=none BUG=b:168032589 TEST=add unit test for platform/ec and zephyr based CRC8 approaches and verify they both pass. Signed-off-by: Jett Rink <jettrink@chromium.org> Change-Id: I9b6112cb83dab81a44a1ac020d4efb1b7bb1df5f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2532692 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'zephyr/test/crc/prj.conf')
-rw-r--r--zephyr/test/crc/prj.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/zephyr/test/crc/prj.conf b/zephyr/test/crc/prj.conf
new file mode 100644
index 0000000000..3940ec99eb
--- /dev/null
+++ b/zephyr/test/crc/prj.conf
@@ -0,0 +1,5 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+CONFIG_ZTEST=y