CONFIG_NRF_BPROT_FLASH_REGION_SIZE¶
(No prompt – not directly user assignable.)
Type: hex
Help¶
FLASH region size for the NRF_BPROT peripheral (nRF52).
Help¶
FLASH region size for the NRF_BPROT peripheral (nRF52).
Direct dependencies¶
(HAS_HW_NRF_BPROT && SOC_FAMILY_NRF) || (HAS_HW_NRF_BPROT && SOC_FAMILY_NRF)
(Includes any dependencies from ifs and menus.)
Defaults¶
- 0 
- 0 
Kconfig definitions¶
At <Zephyr SoC>/arm/nordic_nrf/Kconfig:27
Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:15 → <BuildDir>/kconfig/Kconfig.soc.arch:2
Menu path: (Top) → Hardware Configuration
config NRF_BPROT_FLASH_REGION_SIZE
    hex
    default 0
    depends on HAS_HW_NRF_BPROT && SOC_FAMILY_NRF
    help
      FLASH region size for the NRF_BPROT peripheral (nRF52).
At <Zephyr SoC>/arm/nordic_nrf/Kconfig:27
Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:18
Menu path: (Top) → Hardware Configuration
config NRF_BPROT_FLASH_REGION_SIZE
    hex
    default 0
    depends on HAS_HW_NRF_BPROT && SOC_FAMILY_NRF
    help
      FLASH region size for the NRF_BPROT peripheral (nRF52).
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)