2021-01-18 19:19:49 +08: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 21:22:38 +08:00
|
|
|
source "subsys/ipc/ipc_service/Kconfig"
|
2021-01-18 19:19:49 +08:00
|
|
|
|
|
|
|
endmenu
|