summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/prj.conf
diff options
context:
space:
mode:
authorYuval Peress <peress@chromium.org>2021-09-07 00:32:08 -0600
committerCommit Bot <commit-bot@chromium.org>2021-09-07 20:02:55 +0000
commit1fba781b9f6d17dbab70227c4b90c268d6fe7af7 (patch)
treec52a6a017e6a48cf75da99dfb5c52140017016e0 /zephyr/test/drivers/prj.conf
parent968b86d63a578e72c2c9de8e6f5d2acb27cce9fa (diff)
downloadchrome-ec-1fba781b9f6d17dbab70227c4b90c268d6fe7af7.tar.gz
zephyr: emul: i2c: Add device label for better debug
Improve the debug output by including the device label in the common configs. BRANCH=none BUG=none TEST=zmake configure --test zephyr/test/drivers Signed-off-by: Yuval Peress <peress@chromium.org> Change-Id: Ic331e7842efdfae70d3f994a694c7723fdcd9640 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3144313 Reviewed-by: Tomasz Michalec <tm@semihalf.com> Reviewed-by: Jeremy Bettis <jbettis@chromium.org> Commit-Queue: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'zephyr/test/drivers/prj.conf')
-rw-r--r--zephyr/test/drivers/prj.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/test/drivers/prj.conf b/zephyr/test/drivers/prj.conf
index 44057c2c12..4a6e981d7a 100644
--- a/zephyr/test/drivers/prj.conf
+++ b/zephyr/test/drivers/prj.conf
@@ -7,6 +7,7 @@ CONFIG_PLATFORM_EC=y
CONFIG_CROS_EC=y
CONFIG_SHIMMED_TASKS=y
CONFIG_EMUL=y
+CONFIG_LOG=y
CONFIG_I2C=y
CONFIG_I2C_EMUL=y
CONFIG_GPIO=y