2023-12-21 22:15:22 +08:00
|
|
|
# Copyright 2023 NXP
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
source "Kconfig.zephyr"
|
|
|
|
|
|
|
|
config INCLUDE_REMOTE_DIR
|
|
|
|
bool "Include remote core header directory"
|
|
|
|
help
|
|
|
|
Include remote build header files. Can be used if primary image
|
|
|
|
needs to be aware of size or base address of secondary image
|
2024-02-22 00:42:14 +08:00
|
|
|
|
|
|
|
config TX_CHANNEL_ID
|
|
|
|
int "Channel ID for TX"
|
|
|
|
default 1
|
|
|
|
help
|
|
|
|
Channel ID for TX
|
|
|
|
|
|
|
|
|
|
|
|
config RX_CHANNEL_ID
|
|
|
|
int "Channel ID for RX"
|
|
|
|
default 0
|
|
|
|
help
|
|
|
|
Channel ID for RX
|