]> git.sur5r.net Git - u-boot/blobdiff - env/Kconfig
Merge git://git.denx.de/u-boot-spi
[u-boot] / env / Kconfig
index 692f8633b809d222868bb3c3057393ef69b058cb..a24370786b69e2fb9e45ac88dcb2aabbb1922d89 100644 (file)
@@ -74,13 +74,11 @@ config ENV_IS_IN_EEPROM
 config ENV_IS_IN_FAT
        bool "Environment is in a FAT filesystem"
        depends on !CHAIN_OF_TRUST
+       select FS_FAT
        select FAT_WRITE
        help
          Define this if you want to use the FAT file system for the environment.
 
-         - CONFIG_FAT_WRITE:
-         This must be enabled. Otherwise it cannot save the environment file.
-
 config ENV_IS_IN_EXT4
        bool "Environment is in a EXT4 filesystem"
        depends on !CHAIN_OF_TRUST