dfu: nand: Add missing dependency on CMD_MTDPARTS
[oweals/u-boot.git] / drivers / dfu / Kconfig
index 51ab484c2a4953194b3d36e59e262ad24048eba1..4692736c9d24fe1d44cd280ad4292ab6e23b6198 100644 (file)
@@ -30,6 +30,7 @@ config DFU_MMC
 
 config DFU_NAND
        bool "NAND back end for DFU"
+       depends on CMD_MTDPARTS
        help
          This option enables using DFU to read and write to NAND based
          storage.