]> git.sur5r.net Git - u-boot/blobdiff - cmd/Kconfig
fs: Migrate ext4 to Kconfig
[u-boot] / cmd / Kconfig
index faa8bc62b5495b7e978ddf2fcf5cbcffd68aa916..35fe9d50016b0c54226fbf4acf9b21e41427a39a 100644 (file)
@@ -1367,17 +1367,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