diff --git a/Kconfig b/Kconfig index 26e25d91de..26fbd0784a 100644 --- a/Kconfig +++ b/Kconfig @@ -1320,7 +1320,7 @@ menu "LVGL configuration" config LV_USE_FS_STDIO bool "File system on top of stdio API" config LV_FS_STDIO_LETTER - int "Set an upper cased letter on which the drive will accessible (e.g. 65 for 'A')" + int "Set an upper-cased driver-identifier letter for this driver (e.g. 65 for 'A')" default 0 depends on LV_USE_FS_STDIO config LV_FS_STDIO_PATH @@ -1334,7 +1334,7 @@ menu "LVGL configuration" config LV_USE_FS_POSIX bool "File system on top of posix API" config LV_FS_POSIX_LETTER - int "Set an upper cased letter on which the drive will accessible (e.g. 65 for 'A')" + int "Set an upper-cased driver-identifier letter for this driver (e.g. 65 for 'A')" default 0 depends on LV_USE_FS_POSIX config LV_FS_POSIX_PATH @@ -1348,7 +1348,7 @@ menu "LVGL configuration" config LV_USE_FS_WIN32 bool "File system on top of Win32 API" config LV_FS_WIN32_LETTER - int "Set an upper cased letter on which the drive will accessible (e.g. 65 for 'A')" + int "Set an upper-cased driver-identifier letter for this driver (e.g. 65 for 'A')" default 0 depends on LV_USE_FS_WIN32 config LV_FS_WIN32_PATH @@ -1362,7 +1362,7 @@ menu "LVGL configuration" config LV_USE_FS_FATFS bool "File system on top of FatFS" config LV_FS_FATFS_LETTER - int "Set an upper cased letter on which the drive will accessible (e.g. 65 for 'A')" + int "Set an upper-cased driver-identifier letter for this driver (e.g. 65 for 'A')" default 0 depends on LV_USE_FS_FATFS config LV_FS_FATFS_PATH @@ -1376,14 +1376,14 @@ menu "LVGL configuration" config LV_USE_FS_MEMFS bool "File system on top of memory-mapped API" config LV_FS_MEMFS_LETTER - int "Set an upper cased letter on which the drive will accessible (e.g. 65 for 'A')" + int "Set an upper-cased driver-identifier letter for this driver (e.g. 65 for 'A')" default 0 depends on LV_USE_FS_MEMFS config LV_USE_FS_LITTLEFS bool "File system on top of littlefs API" config LV_FS_LITTLEFS_LETTER - int "Set an upper cased letter on which the drive will accessible (e.g. 65 for 'A')" + int "Set an upper-cased driver-identifier letter for this driver (e.g. 65 for 'A')" default 0 depends on LV_USE_FS_LITTLEFS config LV_FS_LITTLEFS_PATH @@ -1393,7 +1393,7 @@ menu "LVGL configuration" config LV_USE_FS_ARDUINO_ESP_LITTLEFS bool "File system on top of Arduino ESP littlefs API" config LV_FS_ARDUINO_ESP_LITTLEFS_LETTER - int "Set an upper cased letter on which the drive will accessible (e.g. 65 for 'A')" + int "Set an upper-cased driver-identifier letter for this driver (e.g. 65 for 'A')" default 0 depends on LV_USE_FS_ARDUINO_ESP_LITTLEFS config LV_FS_ARDUINO_ESP_LITTLEFS_PATH @@ -1403,7 +1403,7 @@ menu "LVGL configuration" config LV_USE_FS_ARDUINO_SD bool "File system on top of Arduino SD API" config LV_FS_ARDUINO_SD_LETTER - int "Set an upper cased letter on which the drive will accessible (e.g. 65 for 'A')" + int "Set an upper-cased driver-identifier letter for this driver (e.g. 65 for 'A')" default 0 depends on LV_USE_FS_ARDUINO_SD config LV_FS_ARDUINO_SD_PATH @@ -1413,7 +1413,7 @@ menu "LVGL configuration" config LV_USE_FS_UEFI bool "File system on top of the UEFI EFI_SIMPLE_FILE_SYSTEM_PROTOCOL" config LV_USE_FS_UEFI_LETTER - int "Set an upper cased letter on which the drive will accessible (e.g. 65 for 'A')" + int "Set an upper-cased driver-identifier letter for this driver (e.g. 65 for 'A')" default 0 depends on LV_USE_FS_UEFI