With recent changes to open-amp we can now include and build it directly as a zephyr library rather than doing a recursive make. We remove ext/lib/ipc/open-amp.cmake as part of this change and introduce a Kconfig option for open-amp. Fixes: #7673 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
10 lines
287 B
Plaintext
10 lines
287 B
Plaintext
CONFIG_PRINTK=y
|
|
CONFIG_IPM=y
|
|
CONFIG_IPM_MCUX=y
|
|
CONFIG_SLAVE_CORE_MCUX=y
|
|
CONFIG_SLAVE_IMAGE_MCUX="${ZEPHYR_BINARY_DIR}/../openamp_remote-prefix/src/openamp_remote-build/zephyr/zephyr.bin"
|
|
CONFIG_TIMESLICE_SIZE=1
|
|
CONFIG_MAIN_STACK_SIZE=2048
|
|
CONFIG_HEAP_MEM_POOL_SIZE=4096
|
|
CONFIG_OPENAMP=y
|