mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 17:22:22 +02:00
dfu: Sort Kconfig entries alphabetically
The DFU_MTD Kconfig entry is in the wrong position, move it into the correct alphabetically sorted position. No functional change. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Lukasz Majewski <lukma@denx.de> Cc: Patrice Chotard <patrice.chotard@foss.st.com> Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
This commit is contained in:
@@ -38,6 +38,13 @@ config DFU_MMC
|
|||||||
help
|
help
|
||||||
This option enables using DFU to read and write to MMC based storage.
|
This option enables using DFU to read and write to MMC based storage.
|
||||||
|
|
||||||
|
config DFU_MTD
|
||||||
|
bool "MTD back end for DFU"
|
||||||
|
depends on DM_MTD
|
||||||
|
depends on CMD_MTDPARTS
|
||||||
|
help
|
||||||
|
This option enables using DFU to read and write to on any MTD device.
|
||||||
|
|
||||||
config DFU_NAND
|
config DFU_NAND
|
||||||
bool "NAND back end for DFU"
|
bool "NAND back end for DFU"
|
||||||
depends on CMD_MTDPARTS
|
depends on CMD_MTDPARTS
|
||||||
@@ -72,13 +79,6 @@ config DFU_SF_PART
|
|||||||
This option enables the support of "part" and "partubi" target in
|
This option enables the support of "part" and "partubi" target in
|
||||||
SPI flash DFU back end.
|
SPI flash DFU back end.
|
||||||
|
|
||||||
config DFU_MTD
|
|
||||||
bool "MTD back end for DFU"
|
|
||||||
depends on DM_MTD
|
|
||||||
depends on CMD_MTDPARTS
|
|
||||||
help
|
|
||||||
This option enables using DFU to read and write to on any MTD device.
|
|
||||||
|
|
||||||
config DFU_VIRT
|
config DFU_VIRT
|
||||||
bool "VIRTUAL flash back end for DFU"
|
bool "VIRTUAL flash back end for DFU"
|
||||||
help
|
help
|
||||||
|
Reference in New Issue
Block a user