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>
This commit is contained in:
parent
08b353b8b4
commit
7cd4d5b9c4
|
@ -6,3 +6,4 @@ CONFIG_FAULT_DUMP=0
|
|||
CONFIG_CONSOLE=n
|
||||
CONFIG_SERIAL=n
|
||||
CONFIG_ERRNO=n
|
||||
CONFIG_IPM=n
|
||||
|
|
Loading…
Reference in a new issue