summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorDaniel Leung <daniel.leung@intel.com>2016-02-09 15:21:43 -0800
committerGerrit Code Review <gerrit@zephyrproject.org>2016-02-10 00:38:22 +0000
commit7cd4d5b9c405b3dff6cfd96cb83c81f7f55ec603 (patch)
tree5fa32653c8a4f3250bf4f20655bd7dd3b318b5b4 /samples
parent08b353b8b4e0a3506356382c08817c3f09a9cb11 (diff)
samples/footprint-min: turn off IPM for ARC
On x86, IPM is not enabled for footprint min benchmark. Extends this to ARC too. Change-Id: I099fc00c9f8ee086118c63523ad28afd6c991732 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
Diffstat (limited to 'samples')
-rw-r--r--samples/nanokernel/benchmark/footprint/min/arc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/nanokernel/benchmark/footprint/min/arc.conf b/samples/nanokernel/benchmark/footprint/min/arc.conf
index 90ba00b5a..03f2a47bf 100644
--- a/samples/nanokernel/benchmark/footprint/min/arc.conf
+++ b/samples/nanokernel/benchmark/footprint/min/arc.conf
@@ -6,3 +6,4 @@ CONFIG_FAULT_DUMP=0
CONFIG_CONSOLE=n
CONFIG_SERIAL=n
CONFIG_ERRNO=n
+CONFIG_IPM=n