1# Copyright 2023 NXP
2#
3# SPDX-License-Identifier: Apache-2.0
4
5source "Kconfig.zephyr"
6
7config INCLUDE_REMOTE_DIR
8	bool "Include remote core header directory"
9	help
10	  Include remote build header files. Can be used if primary image
11	  needs to be aware of size or base address of secondary image
12
13config TX_ENABLED
14	bool "TX enabled"
15	default y
16	help
17	  Enable TX
18
19config RX_ENABLED
20	bool "RX enabled"
21	default y
22	help
23	  Enable RX
24