buildman: Handle commit subjects containing unicode
[platform/kernel/u-boot.git] / cmd / Kconfig
index 85fe728..661ae7a 100644 (file)
@@ -452,7 +452,7 @@ config CMD_MMC
 
 config CMD_NAND
        bool "nand"
-       default y if ARCH_SUNXI
+       default y if NAND_SUNXI
        help
          NAND support.
 
@@ -847,7 +847,7 @@ config CMD_UBI
        tristate "Enable UBI - Unsorted block images commands"
        select CRC32
        select MTD_UBI
-       default y if ARCH_SUNXI
+       default y if NAND_SUNXI
        help
          UBI is a software layer above MTD layer which admits use of LVM-like
          logical volumes on top of MTD devices, hides some complexities of
@@ -858,10 +858,11 @@ config CMD_UBI
 
 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 ARCH_SUNXI
+       default y if NAND_SUNXI
        help
          UBIFS is a file system for flash devices which works on top of UBI.