uboot/drivers/dfu
Tom Rini 6828e602b7 dfu: Migrate to Kconfig
Introduce a hidden USB_FUNCTION_DFU Kconfig option and select it for
CMD_DFU (as we must have the DFU command enabled to do anything DFU).
Make all of the entries in drivers/dfu/Kconfig depend on CMD_DFU and add
options for all of the back end choices that DFU can make use of.

Cc: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Lukasz Majewski <l.majewski@samsung.com>
2016-09-27 10:46:45 -04:00
..
Kconfig dfu: Migrate to Kconfig 2016-09-27 10:46:45 -04:00
Makefile
dfu.c dfu: avoid memory leak 2016-05-06 20:06:56 +02:00
dfu_mmc.c dm: dfu: mmc: Support CONFIG_BLK in DFU for MMC 2016-07-11 14:06:44 -06:00
dfu_nand.c nand: Fix some more NULL name tests 2016-09-01 20:08:48 -05:00
dfu_ram.c
dfu_sf.c
dfu_tftp.c