You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
431 B
23 lines
431 B
# 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 |
|
|
|
config TX_ENABLED |
|
bool "TX enabled" |
|
default y |
|
help |
|
Enable TX |
|
|
|
config RX_ENABLED |
|
bool "RX enabled" |
|
default y |
|
help |
|
Enable RX
|
|
|