CONFIG_NRF_BPROT_FLASH_REGION_SIZE

(No prompt – not directly user assignable.)

Type: hex

Help

Redefinition for the benefit of qemu_x86

Help

FLASH region size for the NRF_BPROT peripheral (nRF52).

Direct dependencies

!ARM || (HAS_HW_NRF_BPROT && SOC_FAMILY_NRF)

(Includes any dependencies from ifs and menus.)

Defaults

  • 0x1000

  • 0

Kconfig definitions

At <nRF>/lib/fprotect/Kconfig:27

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:27<nRF>/lib/Kconfig:17

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries

config NRF_BPROT_FLASH_REGION_SIZE
    hex
    default 0x1000
    depends on !ARM
    help
      Redefinition for the benefit of qemu_x86

At <Zephyr>/soc/arm/nordic_nrf/Kconfig:27

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:28<Zephyr>/soc/Kconfig:11<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).

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