]> git.ipfire.org Git - people/ms/u-boot.git/commit
env: ENV_IS_IN_FAT improvements
authorTuomas Tynkkynen <tuomas@tuxera.com>
Fri, 5 Jan 2018 00:45:19 +0000 (02:45 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 22 Jan 2018 21:43:31 +0000 (16:43 -0500)
commit3cd084d3645c8a508b412f794607c5628ab9f8e6
tree40b6e25cd6ac56eb73c1dce92f1334a3dc69164e
parentf1698a8cf59db87ec54961b92523116e9f4c629c
env: ENV_IS_IN_FAT improvements

Make it select FS_FAT as well, because if it's not selected, enabling
ENV_IS_IN_FAT causes a Kconfig warning:

warning: (ENV_IS_IN_FAT) selects FAT_WRITE which has unmet direct dependencies (FS_FAT)

This also allows dropping some code from config_fallbacks.

Also drop the unnecessary help text about having to enable
CONFIG_FAT_WRITE - Kconfig automatically handles that.

Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
env/Kconfig
include/config_fallbacks.h