:orphan: .. title:: NRF_ACL_FLASH_REGION_SIZE .. option:: CONFIG_NRF_ACL_FLASH_REGION_SIZE *(No prompt -- not directly user assignable.)* Type: ``hex`` Help ==== FLASH region size for the NRF_ACL peripheral. Direct dependencies =================== \ :option:`HAS_HW_NRF_ACL ` && \ :option:`SOC_FAMILY_NRF ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/nordic_nrf/Kconfig:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config NRF_ACL_FLASH_REGION_SIZE hex default 0 depends on \ :option:`HAS_HW_NRF_ACL ` && \ :option:`SOC_FAMILY_NRF ` help FLASH region size for the NRF_ACL peripheral. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*