:orphan: .. title:: CONFIG_DOMAIN_CPUAPP_BOARD .. kconfig:: CONFIG_DOMAIN_CPUAPP_BOARD CONFIG_DOMAIN_CPUAPP_BOARD ########################## *(No prompt -- not directly user assignable.)* Type: ``string`` Help ==== .. code-block:: none 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. Help ==== .. code-block:: none 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. Help ==== .. code-block:: none 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 =================== \ :kconfig:`BOARD_BL5340_DVK_CPUNET ` || \ :kconfig:`BOARD_NRF5340DK_NRF5340_CPUNET ` || \ :kconfig:`BOARD_THINGY53_NRF5340_CPUNET ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - "bl5340_dvk_cpuapp" if \ :kconfig:`BOARD_BL5340_DVK_CPUNET ` - "nrf5340dk_nrf5340_cpuapp" if \ :kconfig:`BOARD_NRF5340DK_NRF5340_CPUNET ` - "thingy53_nrf5340_cpuapp" Kconfig definitions =================== At ``/arm/bl5340_dvk/Kconfig:106`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` Menu path: (Top) → Board Options .. code-block:: kconfig config DOMAIN_CPUAPP_BOARD string default "bl5340_dvk_cpuapp" if BOARD_BL5340_DVK_CPUNET depends on BOARD_BL5340_DVK_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. ---- At ``/arm/nrf5340dk_nrf5340/Kconfig:105`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` Menu path: (Top) → Board Options .. code-block:: kconfig config DOMAIN_CPUAPP_BOARD string default "nrf5340dk_nrf5340_cpuapp" if BOARD_NRF5340DK_NRF5340_CPUNET depends on 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. ---- At ``/arm/thingy53_nrf5340/Kconfig:100`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` Menu path: (Top) → Board Options .. code-block:: kconfig config DOMAIN_CPUAPP_BOARD string default "thingy53_nrf5340_cpuapp" depends on BOARD_THINGY53_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.)*