| imply DFU_OVER_USB if USB_GADGET |
| This option allows performing update of DFU-managed medium with data |
| Detailed description of this feature can be found at ./doc/README.dfutftp |
| bool "MMC back end for DFU" |
| This option enables using DFU to read and write to MMC based storage. |
| bool "NAND back end for DFU" |
| This option enables using DFU to read and write to NAND based |
| bool "RAM back end for DFU" |
| This option enables using DFU to read and write RAM on the target. |
| bool "SPI flash back end for DFU" |
| This option enables using DFU to read and write to SPI flash based |
| bool "MTD partition support for SPI flash back end" |
| depends on DFU_SF && CMD_MTDPARTS |
| This option enables the support of "part" and "partubi" target in |
| bool "MTD back end for DFU" |
| This option enables using DFU to read and write to on any MTD device. |
| bool "VIRTUAL flash back end for DFU" |
| This option enables using DFU to read and write to VIRTUAL device |
| used at board level to manage specific behavior |
| (OTP update for example). |