From: Maxime Ripard Date: Tue, 16 Jan 2018 08:44:13 +0000 (+0100) Subject: dfu: select HASH X-Git-Tag: v2018.03-rc1~94^2~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=70c56c138f3776b68f24acb09a9bc3ba67855d0a;p=u-boot dfu: select HASH The DFU code relies on the HASH config option. Make sure it is always there by selecting it. Signed-off-by: Maxime Ripard Reviewed-by: Jagan Teki --- diff --git a/drivers/dfu/Kconfig b/drivers/dfu/Kconfig index 56a98f5273..fa27efbb40 100644 --- a/drivers/dfu/Kconfig +++ b/drivers/dfu/Kconfig @@ -2,6 +2,7 @@ menu "DFU support" config USB_FUNCTION_DFU bool + select HASH if CMD_DFU config DFU_TFTP