]> git.sur5r.net Git - u-boot/blobdiff - cmd/Kconfig
cfi_flash: Remove braces for single-statement blocks
[u-boot] / cmd / Kconfig
index c399169910981ccc57ba2bdd90b55944fb9aa33f..676011dcdc4c258d6eced7869c7176f3264bcd88 100644 (file)
@@ -1372,17 +1372,20 @@ config CMD_CRAMFS
 
 config CMD_EXT2
        bool "ext2 command support"
+       select FS_EXT4
        help
          Enables EXT2 FS command
 
 config CMD_EXT4
        bool "ext4 command support"
+       select FS_EXT4
        help
          Enables EXT4 FS command
 
 config CMD_EXT4_WRITE
        depends on CMD_EXT4
        bool "ext4 write command support"
+       select EXT4_WRITE
        help
          Enables EXT4 FS write command