]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/dfu/Kconfig
dfu: Migrate to Kconfig
[people/ms/u-boot.git] / drivers / dfu / Kconfig
CommitLineData
585a696e
LM
1menu "DFU support"
2
6828e602
TR
3config USB_FUNCTION_DFU
4 bool
5
6if CMD_DFU
585a696e
LM
7config DFU_TFTP
8 bool "DFU via TFTP"
9 help
1cc0a9f4
RD
10 This option allows performing update of DFU-managed medium with data
11 sent via TFTP boot.
585a696e 12
1cc0a9f4 13 Detailed description of this feature can be found at ./doc/README.dfutftp
6828e602
TR
14
15config DFU_MMC
16 bool "MMC back end for DFU"
17 help
18 This option enables using DFU to read and write to MMC based storage.
19
20config DFU_NAND
21 bool "NAND back end for DFU"
22 help
23 This option enables using DFU to read and write to NAND based
24 storage.
25
26config DFU_RAM
27 bool "RAM back end for DFU"
28 help
29 This option enables using DFU to read and write RAM on the target.
30
31config DFU_SF
32 bool "SPI flash back end for DFU"
33 help
34 This option enables using DFU to read and write to SPI flash based
35 storage.
36
37endif
585a696e 38endmenu