barebox/fs/fat/Kconfig
Sascha Hauer 17e91068b1 fs: add fat filesystem support
This code is based on:

http://elm-chan.org/fsw/ff/00index_e.html

FatFs Generic FAT File System Module

This patch offers a read/write implementation for barebox. The code
does not exaclty match barebox coding style, but works nicely and
should be ready to give it a try.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2011-04-12 09:54:56 +02:00

16 lines
188 B
Text

menuconfig FS_FAT
bool
prompt "FAT filesystem support"
if FS_FAT
config FS_FAT_WRITE
bool
prompt "FAT write support"
config FS_FAT_LFN
bool
prompt "Support long filenames"
endif