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
40
40
41
41
config DISK_FLASH_START
42
42
hex
43
+ prompt "Flash device start address in hex"
43
44
help
44
45
This is start address of the flash to be used as storage backend.
45
46
46
47
config DISK_FLASH_MAX_RW_SIZE
47
48
int
49
+ prompt "Flash device max read-write size in decimal"
48
50
help
49
51
This is the maximum number of bytes that the
50
52
flash_write API can accept per invocation.
51
53
API.
52
54
53
55
config DISK_FLASH_ERASE_ALIGNMENT
54
56
hex
57
+ prompt "Flash device erase alignment in hex"
55
58
help
56
59
This is the start address alignment required by
57
60
the flash component.
58
61
59
62
config DISK_ERASE_BLOCK_SIZE
60
63
hex
64
+ prompt "Flash device block size in hex"
61
65
help
62
66
This is typically the minimum block size that
63
67
is erased at one time in flash storage.
64
68
65
69
config DISK_VOLUME_SIZE
66
70
hex
71
+ prompt "Flash device block size in hex"
67
72
help
68
73
This is the file system volume size in bytes.
69
74
You can’t perform that action at this time.
0 commit comments