:orphan: .. title:: CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS .. kconfig:: CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS ################################################## *8-bit write block size emulation* Type: ``bool`` Help ==== .. code-block:: none When this option is enabled writing chunks less than minimal write block size parameter (imposed by manufacturer) is possible but operation is more complex and requires basic user knowledge about NVMC controller. Direct dependencies =================== \ :kconfig:`SOC_FLASH_NRF ` && \ :kconfig:`FLASH ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/flash/Kconfig.nrf:74`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` → ``/flash/Kconfig:69`` Menu path: (Top) → Device Drivers → Flash hardware support → Nordic Semiconductor nRF flash driver .. code-block:: kconfig config SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS bool "8-bit write block size emulation" depends on SOC_FLASH_NRF && FLASH help When this option is enabled writing chunks less than minimal write block size parameter (imposed by manufacturer) is possible but operation is more complex and requires basic user knowledge about NVMC controller. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*