]> git.sur5r.net Git - u-boot/blobdiff - cmd/Kconfig
arm: socfpga: Remove unused passing parameter of socfpga_bridges_reset
[u-boot] / cmd / Kconfig
index 87ee2ea613f0b54120c205057ec06b4543ddfb71..f18efc1e88b82bd1fa2732ed3f39f2338b8e9913 100644 (file)
@@ -1255,6 +1255,7 @@ config CMD_UBI
        tristate "Enable UBI - Unsorted block images commands"
        select CRC32
        select MTD_UBI
+       select CMD_MTDPARTS
        default y if NAND_SUNXI
        help
          UBI is a software layer above MTD layer which admits use of LVM-like
@@ -1268,9 +1269,8 @@ config CMD_UBIFS
        tristate "Enable UBIFS - Unsorted block images filesystem commands"
        depends on CMD_UBI
        select CRC32
-       select RBTREE if ARCH_SUNXI
-       select LZO if ARCH_SUNXI
-       default y if NAND_SUNXI
+       select LZO
+       default y if CMD_UBI
        help
          UBIFS is a file system for flash devices which works on top of UBI.