File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -40,30 +40,35 @@ config DISK_FLASH_DEV_NAME
4040
4141config DISK_FLASH_START
4242 hex
43+ prompt "Flash device start address in hex"
4344 help
4445 This is start address of the flash to be used as storage backend.
4546
4647config DISK_FLASH_MAX_RW_SIZE
4748 int
49+ prompt "Flash device max read-write size in decimal"
4850 help
4951 This is the maximum number of bytes that the
5052 flash_write API can accept per invocation.
5153 API.
5254
5355config DISK_FLASH_ERASE_ALIGNMENT
5456 hex
57+ prompt "Flash device erase alignment in hex"
5558 help
5659 This is the start address alignment required by
5760 the flash component.
5861
5962config DISK_ERASE_BLOCK_SIZE
6063 hex
64+ prompt "Flash device block size in hex"
6165 help
6266 This is typically the minimum block size that
6367 is erased at one time in flash storage.
6468
6569config DISK_VOLUME_SIZE
6670 hex
71+ prompt "Flash device block size in hex"
6772 help
6873 This is the file system volume size in bytes.
6974
You can’t perform that action at this time.
0 commit comments