commit | eedfb89e61ec823bbfc56cca62ea96fa045c4206 | [log] [tgz] |
---|---|---|
author | Sekhar Nori <nsekhar@ti.com> | Fri Jun 02 17:53:59 2017 +0530 |
committer | Tom Rini <trini@konsulko.com> | Sat Jun 03 17:55:16 2017 -0400 |
tree | 99f16c678f00670b88822e3806ee9b463bed8015 | |
parent | 46bac66b20da6d50e757bdca74703153f233090b [diff] |
fs: fat: add kbuild configuration support 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>