2021-01-18 12:19:49 +01:00
|
|
|
# IPC subsystem configuration options
|
|
|
|
|
|
|
|
# Copyright (c) 2021 Nordic Semiconductor
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
menu "Inter Processor Communication"
|
|
|
|
|
|
|
|
source "subsys/ipc/rpmsg_service/Kconfig"
|
2021-06-09 11:26:17 +02:00
|
|
|
source "subsys/ipc/rpmsg_multi_instance/Kconfig"
|
2021-01-18 12:19:49 +01:00
|
|
|
|
|
|
|
endmenu
|