susbys: disk: Fix misleading menuconfig prompts
DISK_ERASE_BLOCK_SIZE, DISK_VOLUME_SIZE was described in misleading manner. This patch changes descriptions for both prompts to appropriate. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This commit is contained in:
parent
b5a3ddf7d7
commit
6a138977cf
1 changed files with 3 additions and 2 deletions
|
@ -98,14 +98,15 @@ config DISK_FLASH_ERASE_ALIGNMENT
|
|||
|
||||
config DISK_ERASE_BLOCK_SIZE
|
||||
hex
|
||||
prompt "Flash device block size in hex"
|
||||
prompt "Flash device erasable block size in hex"
|
||||
help
|
||||
This is typically the minimum block size that
|
||||
is erased at one time in flash storage.
|
||||
Typically it is equal to the flash memory page size.
|
||||
|
||||
config DISK_VOLUME_SIZE
|
||||
hex
|
||||
prompt "Flash device block size in hex"
|
||||
prompt "Flash device volume size in hex"
|
||||
help
|
||||
This is the file system volume size in bytes.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue