11 lines
209 B
Plaintext
11 lines
209 B
Plaintext
|
# 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"
|
||
|
|
||
|
endmenu
|