commit | ea84f800329846737d9ef86e77057dd00b05e0bc | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Fri Feb 16 16:41:17 2018 +0100 |
committer | Marek Vasut <marex@denx.de> | Wed Feb 21 20:28:15 2018 +0100 |
tree | f5d6bdf37d4651509051faa0efd7c4de415d764b | |
parent | b01560951e325674a9dd789c69f434e644b2b0f7 [diff] |
dfu: Fix up the Kconfig mess Clean up the screaming mess of configuration options that DFU is. It was impossible to configure DFU such that TFTP is enabled and USB is not, this patch fixes that and assures that DFU TFTP and DFU USB can be enabled separatelly and that the correct pieces of code are compiled in. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Lukasz Majewski <lukma@denx.de>