:orphan: .. title:: DOMAIN_CPUAPP_BOARD .. option:: CONFIG_DOMAIN_CPUAPP_BOARD *(No prompt -- not directly user assignable.)* Type: ``string`` 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. Direct dependencies =================== \ :option:`BOARD_NRF5340PDK_NRF5340_CPUNET ` || \ :option:`BOARD_NRF5340DK_NRF5340_CPUNET ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - "nrf5340pdk_nrf5340_cpuapp" if \ :option:`BOARD_NRF5340PDK_NRF5340_CPUNET ` - "nrf5340dk_nrf5340_cpuapp" if \ :option:`BOARD_NRF5340DK_NRF5340_CPUNET ` Kconfig definition ================== .. highlight:: kconfig At ``boards/arm/nrf5340dk_nrf5340/Kconfig:106`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:57`` Menu path: (Top) → Board Options .. parsed-literal:: config DOMAIN_CPUAPP_BOARD string default "nrf5340pdk_nrf5340_cpuapp" if \ :option:`BOARD_NRF5340PDK_NRF5340_CPUNET ` default "nrf5340dk_nrf5340_cpuapp" if \ :option:`BOARD_NRF5340DK_NRF5340_CPUNET ` depends on \ :option:`BOARD_NRF5340PDK_NRF5340_CPUNET ` || \ :option:`BOARD_NRF5340DK_NRF5340_CPUNET ` 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*