ipc_service: samples: Remove redundant config options from samples

This change remove options that no longer needs to be set in
configuration file.

Signed-off-by: Emil Obalski <emil.obalski@nordicsemi.no>
This commit is contained in:
Emil Obalski 2022-03-24 11:58:45 +01:00 committed by Marti Bolivar
commit 764f9fc6f9
4 changed files with 0 additions and 4 deletions

View file

@ -1,5 +1,4 @@
CONFIG_IPC_SERVICE=y
CONFIG_IPC_SERVICE_BACKEND_RPMSG=y
CONFIG_MBOX=y
CONFIG_HEAP_MEM_POOL_SIZE=8192

View file

@ -2,7 +2,6 @@ CONFIG_PRINTK=y
CONFIG_HEAP_MEM_POOL_SIZE=4096
CONFIG_IPC_SERVICE=y
CONFIG_IPC_SERVICE_BACKEND_RPMSG=y
CONFIG_MBOX=y
CONFIG_OPENAMP=y

View file

@ -2,7 +2,6 @@ CONFIG_PRINTK=y
CONFIG_HEAP_MEM_POOL_SIZE=4096
CONFIG_IPC_SERVICE=y
CONFIG_IPC_SERVICE_BACKEND_RPMSG=y
CONFIG_MBOX=y
CONFIG_OPENAMP=y

View file

@ -4,4 +4,3 @@
CONFIG_ZTEST=y
CONFIG_MMU=y
CONFIG_IPC_SERVICE=y
CONFIG_IPC_SERVICE_BACKEND_ZTEST=y