diff options
author | Maxime Ripard | 2018-01-16 09:44:13 +0100 |
---|---|---|
committer | Jagan Teki | 2018-01-26 20:02:33 +0530 |
commit | 70c56c138f3776b68f24acb09a9bc3ba67855d0a (patch) | |
tree | 63700c54ab34ab28ae871d7b23889289d2f4b71c | |
parent | 3900b45125dea0476c03f413ec80201865bfde70 (diff) |
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 <maxime.ripard@free-electrons.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
-rw-r--r-- | drivers/dfu/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dfu/Kconfig b/drivers/dfu/Kconfig index 56a98f5273c..fa27efbb405 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 |