samples: ipc: openamp_rsc_table: do not enable CONFIG_IPM_MCUX
This is a device-specific option and should therefore not be activated in a generic project. Since the only boards that use this Kconfig symbol (lpcxpresso54xx, lpcxpresso55sxx) don't build anyway, this option could be removed. The device/board specific configuration should be placed in the boards folder along with an appropriate device tree describing the IPC nodes. Signed-off-by: Matthias Fend <matthias.fend@emfend.at>
This commit is contained in:
parent
37644f83e3
commit
b83b72beec
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
CONFIG_KERNEL_BIN_NAME="zephyr_openamp_rsc_table"
|
||||
CONFIG_PRINTK=n
|
||||
CONFIG_IPM=y
|
||||
CONFIG_IPM_MCUX=y
|
||||
CONFIG_PLATFORM_SPECIFIC_INIT=n
|
||||
CONFIG_MAIN_STACK_SIZE=1024
|
||||
CONFIG_HEAP_MEM_POOL_SIZE=1024
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue