aboutsummaryrefslogtreecommitdiff
path: root/drivers/dfu
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2021-10-26 00:37:05 +0200
committerTom Rini <trini@konsulko.com>2021-10-26 15:26:45 -0400
commit73d18e352d97b5e9a3de3780d5c9117d44993c41 (patch)
tree0192eb913ad069e016f226cda530feba61933c5c /drivers/dfu
parent70a9f4d25b4383c22b74a6a4354927644392debb (diff)
downloadu-boot-73d18e352d97b5e9a3de3780d5c9117d44993c41.zip
u-boot-73d18e352d97b5e9a3de3780d5c9117d44993c41.tar.gz
u-boot-73d18e352d97b5e9a3de3780d5c9117d44993c41.tar.bz2
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>
Diffstat (limited to 'drivers/dfu')
-rw-r--r--drivers/dfu/Kconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/dfu/Kconfig b/drivers/dfu/Kconfig
index 48e41bc..8d7f13d 100644
--- a/drivers/dfu/Kconfig
+++ b/drivers/dfu/Kconfig
@@ -38,6 +38,13 @@ config DFU_MMC
help
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
bool "NAND back end for DFU"
depends on CMD_MTDPARTS
@@ -72,13 +79,6 @@ config DFU_SF_PART
This option enables the support of "part" and "partubi" target in
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
bool "VIRTUAL flash back end for DFU"
help