commit | 1909a7b85ec387446804eef27cc97c39e248689e | [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 | 74fbeb3bda99991c84b76aa957e8dbf527b96d2c [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>