diff --git a/components/fatfs/Kconfig b/components/fatfs/Kconfig index fafca21efd..4a362b1170 100644 --- a/components/fatfs/Kconfig +++ b/components/fatfs/Kconfig @@ -245,10 +245,10 @@ menu "FAT Filesystem support" When FF_LFN_UNICODE >= 1 with LFN enabled, string functions convert the character encoding in it. FF_STRF_ENCODE selects assumption of character encoding ON THE FILE to be read/written via those functions. - 0: ANSI/OEM in current CP - 1: Unicode in UTF-16LE - 2: Unicode in UTF-16BE - 3: Unicode in UTF-8 + 0: ANSI/OEM in current CP + 1: Unicode in UTF-16LE + 2: Unicode in UTF-16BE + 3: Unicode in UTF-8 config FATFS_STRF_ENCODE_ANSI bool "0:ANSI/OEM in current CP"