]> git.ipfire.org Git - people/ms/u-boot.git/commit
fs: fat: add kbuild configuration support
authorSekhar Nori <nsekhar@ti.com>
Fri, 2 Jun 2017 12:23:59 +0000 (17:53 +0530)
committerTom Rini <trini@konsulko.com>
Sat, 3 Jun 2017 21:55:16 +0000 (17:55 -0400)
commiteedfb89e61ec823bbfc56cca62ea96fa045c4206
tree99f16c678f00670b88822e3806ee9b463bed8015
parent46bac66b20da6d50e757bdca74703153f233090b
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>
cmd/Kconfig
common/spl/Kconfig
fs/fat/Kconfig