:orphan: .. title:: CONFIG_SOC_FLASH_SAM0_EMULATE_BYTE_PAGES .. kconfig:: CONFIG_SOC_FLASH_SAM0_EMULATE_BYTE_PAGES CONFIG_SOC_FLASH_SAM0_EMULATE_BYTE_PAGES ######################################## *Emulate byte-sized pages* Type: ``bool`` Help ==== .. code-block:: none Emulate a device with byte-sized pages by doing a read/modify/erase/write. Direct dependencies =================== \ :kconfig:`SOC_FLASH_SAM0 ` && \ :kconfig:`FLASH ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/flash/Kconfig.sam0:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` → ``/flash/Kconfig:85`` Menu path: (Top) → Device Drivers → Flash hardware support → Atmel SAM0 flash driver .. code-block:: kconfig config SOC_FLASH_SAM0_EMULATE_BYTE_PAGES bool "Emulate byte-sized pages" depends on SOC_FLASH_SAM0 && FLASH help Emulate a device with byte-sized pages by doing a read/modify/erase/write. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*