quark_se: increase IPM buffer size and make it configurable

The original value of 128 was selected more or less randomly, and
isn't sufficiently large enough for QA needs.

Change-Id: I8a9fcc86d6b5fa7dc5ba05896c62f7dd608f9ed2
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2016-01-20 11:42:12 -08:00 committed by Anas Nashif
commit efc8ed379f
2 changed files with 11 additions and 3 deletions

View file

@ -318,4 +318,13 @@ config PWM_DW_NUM_PORTS
endif
endif
if IPM_CONSOLE_RECEIVER
config QUARK_SE_IPM_CONSOLE_RING_BUF_SIZE32
int
default 256
help
Size of the buffer for the console reciever, for incoming
console messages from the ARC side. Must be a power of 2.
endif
endif #SOC_QUARK_SE_X86