zephyr/boards/raytac/mdbt53_db_40/Kconfig

30 lines
988 B
Plaintext

# Ratac MDBT53-DB-40 nRF5340 board configuration
# Copyright (c) 2019 - 2021 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
if BOARD_RAYTAC_MDBT53_DB_40_NRF5340_CPUAPP || BOARD_RAYTAC_MDBT53_DB_40_NRF5340_CPUAPP_NS
config DOMAIN_CPUNET_BOARD
string
default "raytac_mdbt53_db_40/nrf5340/cpunet"
help
The board which will be used for CPUNET domain when creating a multi
image application where one or more images should be located on
another board. For example hci_ipc on the nRF5340_cpunet for
Bluetooth applications.
endif # BOARD_RAYTAC_MDBT53_DB_40_NRF5340_CPUAPP || BOARD_RAYTAC_MDBT53_DB_40_NRF5340_CPUAPP_NS
if BOARD_RAYTAC_MDBT53_DB_40_NRF5340_CPUNET
config DOMAIN_CPUAPP_BOARD
string
default "raytac_mdbt53_db_40/nrf5340/cpuapp"
help
The board which will be used for CPUAPP domain when creating a multi
image application where one or more images should be located on
another board.
endif # BOARD_RAYTAC_MDBT53_DB_40_NRF5340_CPUNET