Newer
Older
barebox / fs / fat / Kconfig
@Ahmad Fatoum Ahmad Fatoum on 11 Jul 2020 431 bytes fs: fat: extend for in-PBL support
menuconfig FS_FAT
	bool
	select FS_LEGACY
	prompt "FAT filesystem support"

if FS_FAT

config FS_FAT_WRITE
	bool
	prompt "FAT write support"
	help
	  Enable support for writing in FAT partitions.
	  Note: This doesn't apply to FAT usage in barebox PBL.


config FS_FAT_LFN
	bool
	prompt "Support long filenames"
	help
	  Enable support for file names other than 8.3.
	  Note: This doesn't apply to FAT usage in barebox PBL.

endif