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:
Andrzej Puzdrowski 2018-06-04 17:14:17 +02:00 committed by Carles Cufí
commit 6a138977cf

View file

@ -98,14 +98,15 @@ config DISK_FLASH_ERASE_ALIGNMENT
config DISK_ERASE_BLOCK_SIZE config DISK_ERASE_BLOCK_SIZE
hex hex
prompt "Flash device block size in hex" prompt "Flash device erasable block size in hex"
help help
This is typically the minimum block size that This is typically the minimum block size that
is erased at one time in flash storage. is erased at one time in flash storage.
Typically it is equal to the flash memory page size.
config DISK_VOLUME_SIZE config DISK_VOLUME_SIZE
hex hex
prompt "Flash device block size in hex" prompt "Flash device volume size in hex"
help help
This is the file system volume size in bytes. This is the file system volume size in bytes.