5 imply DFU_OVER_USB if USB_GADGET
21 This option allows performing update of DFU-managed medium with data
24 Detailed description of this feature can be found at ./doc/README.dfutftp
27 bool "Timeout waiting for DFU"
29 This option adds an optional timeout parameter for DFU which, if set,
30 will cause DFU to only wait for that many seconds before exiting.
33 bool "MMC back end for DFU"
35 This option enables using DFU to read and write to MMC based storage.
38 bool "NAND back end for DFU"
39 depends on CMD_MTDPARTS
40 depends on MTD_RAW_NAND
42 This option enables using DFU to read and write to NAND based
45 config DFU_NAND_TRIMFFS
46 bool "Skip empty pages when flashing UBI images to NAND"
49 When flashing UBI images to NAND, enable the DROP_FFS flag to drop
50 trailing all-0xff pages.
53 bool "RAM back end for DFU"
55 This option enables using DFU to read and write RAM on the target.
58 bool "SPI flash back end for DFU"
60 This option enables using DFU to read and write to SPI flash based
64 bool "MTD partition support for SPI flash back end"
65 depends on DFU_SF && CMD_MTDPARTS
68 This option enables the support of "part" and "partubi" target in
69 SPI flash DFU back end.
72 bool "MTD back end for DFU"
74 depends on CMD_MTDPARTS
76 This option enables using DFU to read and write to on any MTD device.
79 bool "VIRTUAL flash back end for DFU"
81 This option enables using DFU to read and write to VIRTUAL device
82 used at board level to manage specific behavior
83 (OTP update for example).
85 config SET_DFU_ALT_INFO
86 bool "Dynamic set of DFU alternate information"
88 This option allows to call the function set_dfu_alt_info to
89 dynamically build dfu_alt_info in board.