CONFIG_PCD

Peripheral CPU DFU Support

Type: bool

Symbols selected by this symbol

Kconfig definition

At <nRF>/subsys/pcd/Kconfig:9

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:16

Menu path: (Top) → Modules → Nordic nRF Connect → Peripheral CPU DFU (PCD)

menuconfig PCD
    bool "Peripheral CPU DFU Support"
    default y if SOC_NRF5340_CPUNET && IS_SECURE_BOOTLOADER
    default y if SOC_SERIES_NRF53X && MCUBOOT && BT_RPMSG_NRF53
    select FLASH_PAGE_LAYOUT
    select STREAM_FLASH
    select STREAM_FLASH_ERASE

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)