summaryrefslogtreecommitdiff
path: root/fs/fat/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE descriptionTuomas Tynkkynen2018-01-221-1/+1
| | | | Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
* fs: fat: add kbuild configuration supportSekhar Nori2017-06-031-0/+24
| | | | | | | | | | | | | Add Kconfig symbols for various configurations supported by FAT filesystem support code. CONFIG_SUPPORT_VFAT has been left out since its force enabled in include/fat.h and probably should get removed at some point. Signed-off-by: Sekhar Nori <nsekhar@ti.com> [trini: add select FS_FAT for CMD_FAT and SPL_FAT_SUPPORT] Signed-off-by: Tom Rini <trini@konsulko.com>
* kconfig: add blank Kconfig filesMasahiro Yamada2014-09-241-0/+0
This would be useful to start moving various config options. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>