dfu: Fix up the Kconfig mess
authorMarek Vasut <marek.vasut@gmail.com>
Fri, 16 Feb 2018 15:41:17 +0000 (16:41 +0100)
committerMarek Vasut <marex@denx.de>
Wed, 21 Feb 2018 19:28:15 +0000 (20:28 +0100)
commit0f44d33536a50ef65259c322fa2d4a058585caf9
treef5d6bdf37d4651509051faa0efd7c4de415d764b
parent462c117ce045571fef86f88fad3be8b3117897b1
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>
cmd/Kconfig
cmd/dfu.c
common/Makefile
drivers/dfu/Kconfig
drivers/dfu/Makefile