summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McRae <amcrae@google.com>2022-02-16 12:53:46 +1100
committerCommit Bot <commit-bot@chromium.org>2022-02-16 20:06:03 +0000
commit0baff34852a056b1a18b2c347eda361927b85d8e (patch)
tree7d06b299d94607d3c3fee7ffab2fa24912098853
parentc22cfb9506bdae93428d3029e6e5b23053b89173 (diff)
downloadchrome-ec-0baff34852a056b1a18b2c347eda361927b85d8e.tar.gz
zephyr: Disable eeprom simulator for driver tests
The EEPROM simulator (enabled by default on posix builds) creates a file called eeprom.bin in the current directory. BUG=b:219832922 TEST=zmake configure --test test-drivers BRANCH=none Signed-off-by: Andrew McRae <amcrae@google.com> Change-Id: I2bea3fd27d58b08ae37a45dd6a09dacebbd3861a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3466679 Reviewed-by: Aaron Massey <aaronmassey@google.com> Reviewed-by: Jeremy Bettis <jbettis@chromium.org> Commit-Queue: Jeremy Bettis <jbettis@chromium.org>
-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 f52d31e49b..c36bea7f1a 100644
--- a/zephyr/test/drivers/prj.conf
+++ b/zephyr/test/drivers/prj.conf
@@ -44,6 +44,7 @@ CONFIG_GPIO=y
CONFIG_GPIO_EMUL=y
CONFIG_EEPROM=y
CONFIG_EEPROM_AT24=y
+CONFIG_EEPROM_SIMULATOR=n
CONFIG_EMUL_EEPROM_AT2X=y
CONFIG_EMUL_SMART_BATTERY=y
CONFIG_EMUL_BC12_DETECT_PI3USB9201=y