-
CONFIG_SOC_FLASH_SAM0_EMULATE_BYTE_PAGES
¶
Emulate byte-sized pages
Type: bool
Help¶
Emulate a device with byte-sized pages by doing a read/modify/erase/write.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/drivers/flash/Kconfig.sam0:15
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:60
→ <Zephyr>/drivers/flash/Kconfig:75
Menu path: (Top) → Device Drivers → Flash hardware support → Atmel SAM0 flash driver
config SOC_FLASH_SAM0_EMULATE_BYTE_PAGES bool "Emulate byte-sized pages" depends onSOC_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.)