summaryrefslogtreecommitdiff
path: root/zephyr/projects/volteer/delbin
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-04-27 14:47:09 -0600
committerCommit Bot <commit-bot@chromium.org>2021-04-29 18:33:57 +0000
commit85ea1cd0acb35b141d9f5deef26ff96e32d87365 (patch)
treed6feb8a61da27818d16b56ca83f8e30f87a48c4f /zephyr/projects/volteer/delbin
parent4d83f1284590082095e0dd2ceaac35f83cdf1e92 (diff)
downloadchrome-ec-85ea1cd0acb35b141d9f5deef26ff96e32d87365.tar.gz
zephyr: delbin: Enable MPU support
Due to a bug upstream (pending fix in https://github.com/zephyrproject-rtos/zephyr/pull/34622), the ARM MPU must be enabled for the NPCX power management code to compile. ARM MPU support is desired behavior so this doesn't need to be reverted after the Zephyr PR lands. BUG=b:184653704 BRANCH=none TEST=zmake testall Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: Ia33cdfdd447a65f43de2ed995bd80fe53b312a86 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2855526 Reviewed-by: Yuval Peress <peress@chromium.org> Reviewed-by: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'zephyr/projects/volteer/delbin')
-rw-r--r--zephyr/projects/volteer/delbin/prj.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/zephyr/projects/volteer/delbin/prj.conf b/zephyr/projects/volteer/delbin/prj.conf
index cb246f3196..47dc621a3a 100644
--- a/zephyr/projects/volteer/delbin/prj.conf
+++ b/zephyr/projects/volteer/delbin/prj.conf
@@ -8,6 +8,8 @@ CONFIG_SHIMMED_TASKS=y
CONFIG_I2C=y
CONFIG_PLATFORM_EC_BRINGUP=y
+CONFIG_ARM_MPU=y
+
CONFIG_PLATFORM_EC_VBOOT=n
CONFIG_ESPI=y