zephyr/samples/subsys/ipc/openamp_rsc_table/Kconfig

16 lines
412 B
Plaintext

# Private config options for openamp sample app
# Copyright (c) 2020 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
# Workaround for not being able to have commas in macro arguments
DT_CHOSEN_Z_IPC := zephyr,ipc
config OPENAMP_IPC_DEV_NAME
string
default "$(dt_chosen_label,$(DT_CHOSEN_Z_IPC))"
help
This option specifies the device name for the IPC device to be used
source "Kconfig.zephyr"