summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-02-11 16:12:09 -0700
committerCommit Bot <commit-bot@chromium.org>2021-02-13 00:29:27 +0000
commit0fcc873b1a928176575fc406be3919f35cc4fa4f (patch)
treea3de5312c7b4250059bbea2f208ae3547265494f
parentab1d9102b8a7f57f63e4ed21a08113f4e4cba6be (diff)
downloadchrome-ec-0fcc873b1a928176575fc406be3919f35cc4fa4f.tar.gz
zephyr: volteer: Enable the MPU
Enable the Memory-Protection Unit on Volteer. Currently this does not do anything useful. BUG=b:180039888 BRANCH=none TEST=build zephyr volteer Build ECOS for volteer Change-Id: I57168b143c08add878d8ccf9313cc7096795339e Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2691572 Reviewed-by: Keith Short <keithshort@chromium.org>
-rw-r--r--zephyr/projects/volteer/prj.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/projects/volteer/prj.conf b/zephyr/projects/volteer/prj.conf
index b850feb9a7..34dd3bba42 100644
--- a/zephyr/projects/volteer/prj.conf
+++ b/zephyr/projects/volteer/prj.conf
@@ -8,6 +8,7 @@ CONFIG_CROS_EC=y
CONFIG_AP=y
CONFIG_AP_X86_INTEL_TGL=y
CONFIG_FPU=y
+CONFIG_ARM_MPU=y
# eSPI
CONFIG_ESPI=y