1# Thingy53 NRF5340 board configuration 2 3# Copyright (c) 2021 Nordic Semiconductor ASA 4# SPDX-License-Identifier: Apache-2.0 5 6config THINGY53_INIT_PRIORITY 7 int "Init priority" 8 default 79 9 help 10 Initialization priority of the Thingy:53. 11 12if BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS 13 14config DOMAIN_CPUNET_BOARD 15 string 16 default "thingy53/nrf5340/cpunet" 17 help 18 The board which will be used for CPUNET domain when creating a multi 19 image application where one or more images should be located on 20 another board. For example hci_ipc on the nRF5340_cpunet for 21 Bluetooth applications. 22 23endif # BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS 24 25if BOARD_THINGY53_NRF5340_CPUNET 26 27config DOMAIN_CPUAPP_BOARD 28 string 29 default "thingy53/nrf5340/cpuapp" 30 help 31 The board which will be used for CPUAPP domain when creating a multi 32 image application where one or more images should be located on 33 another board. 34 35endif # BOARD_THINGY53_NRF5340_CPUNET 36