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:
parent
ce3b2bd94c
commit
efc8ed379f
2 changed files with 11 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue