:orphan: .. title:: BOARD_ENABLE_CPUNET .. option:: CONFIG_BOARD_ENABLE_CPUNET *Enable nRF53 Network MCU* Type: ``bool`` Help ==== This option enables releasing the Network 'force off' signal, which as a consequence will power up the Network MCU during system boot. Additionally, the option allocates GPIO pins that will be used by UARTE of the Network MCU. Note: GPIO pin allocation can only be configured by the secure Application MCU firmware, so when this option is used with the non-secure version of the board, the application needs to take into consideration, that the secure firmware image must already have configured GPIO allocation for the Network MCU. Direct dependencies =================== \ :option:`BOARD_NRF5340PDK_NRF5340_CPUAPP ` || \ :option:`BOARD_NRF5340PDK_NRF5340_CPUAPPNS ` || \ :option:`BOARD_NRF5340DK_NRF5340_CPUAPP ` || \ :option:`BOARD_NRF5340DK_NRF5340_CPUAPPNS ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`BT ` || \ :option:`NRF_802154_SER_HOST ` Kconfig definition ================== .. highlight:: kconfig At ``boards/arm/nrf5340dk_nrf5340/Kconfig:69`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:57`` Menu path: (Top) → Board Options .. parsed-literal:: config BOARD_ENABLE_CPUNET bool "Enable nRF53 Network MCU" default y if \ :option:`BT ` || \ :option:`NRF_802154_SER_HOST ` depends on \ :option:`BOARD_NRF5340PDK_NRF5340_CPUAPP ` || \ :option:`BOARD_NRF5340PDK_NRF5340_CPUAPPNS ` || \ :option:`BOARD_NRF5340DK_NRF5340_CPUAPP ` || \ :option:`BOARD_NRF5340DK_NRF5340_CPUAPPNS ` help This option enables releasing the Network 'force off' signal, which as a consequence will power up the Network MCU during system boot. Additionally, the option allocates GPIO pins that will be used by UARTE of the Network MCU. Note: GPIO pin allocation can only be configured by the secure Application MCU firmware, so when this option is used with the non-secure version of the board, the application needs to take into consideration, that the secure firmware image must already have configured GPIO allocation for the Network MCU. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*