From f3a02d29e84b57fe7f11e7f3de5cd5f2479484b1 Mon Sep 17 00:00:00 2001 From: Miquel Raynal Date: Thu, 3 Oct 2019 19:50:22 +0200 Subject: dfu: add dependency on the raw NAND core CONFIG_DFU_NAND needs the raw NAND core being compiled. Also fix the colibri_vf defconfig to reflect this dependency. Signed-off-by: Miquel Raynal Reviewed-by: Boris Brezillon --- drivers/dfu/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/dfu') diff --git a/drivers/dfu/Kconfig b/drivers/dfu/Kconfig index 02bc28f4b4..75fe0a12c6 100644 --- a/drivers/dfu/Kconfig +++ b/drivers/dfu/Kconfig @@ -31,6 +31,7 @@ config DFU_MMC config DFU_NAND bool "NAND back end for DFU" depends on CMD_MTDPARTS + depends on MTD_RAW_NAND help This option enables using DFU to read and write to NAND based storage. -- cgit