Skip to content

Commit 5155e68

Browse files
Ramakrishna PallalaAnas Nashif
authored andcommitted
subsys: disk: Kconfig: add prompt messages for config options
Add prompt messages for config options dependent on DISK_ACCESS_FLASH Signed-off-by: Ramakrishna Pallala <[email protected]>
1 parent 275d16d commit 5155e68

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

subsys/disk/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,30 +40,35 @@ config DISK_FLASH_DEV_NAME
4040

4141
config 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

4647
config 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

5355
config 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

5962
config 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

6569
config 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

0 commit comments

Comments
 (0)