commit | a799dcd6571c8c161d04665f3434e059b62051d3 | [log] [tgz] |
---|---|---|
author | Tuomas Tynkkynen <tuomas@tuxera.com> | Fri Jan 05 02:45:21 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 22 16:43:31 2018 -0500 |
tree | f2a0ac7244dd88ef1d379b4a79ba04d2b4010c1d | |
parent | a367927813c41c3c097e6237ccc09d3750f56c9d [diff] |
fs: fat: Drop CONFIG_SUPPORT_VFAT fat.h unconditionally defines CONFIG_SUPPORT_VFAT (and has done since 2003), so as a result VFAT support is always enabled regardless of whether a board config defines it or not. Drop this unnecessary option. Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>