diff options
| author | Tom Rini <[email protected]> | 2021-10-26 18:34:55 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-10-26 18:34:55 -0400 |
| commit | c9661d0fee0fa57b2ae2442829ed4e6b014c6296 (patch) | |
| tree | b088ee2d5955e72327db9660fdfcce1898aafc7d /drivers | |
| parent | 75e33b378b3c81f1be1a8fa3815390b39fddda57 (diff) | |
| parent | 28ab12ad145d92de13baf679c8e3733be99ee95e (diff) | |
Merge branch '2021-10-26-add-nand-biterr-and-bugfixes'
- Add biterr sub-command to "nand"
- scmi, rsa, uuid bugfixes, re-sort DFU menu in Kconfig and remove
superfluous checks before free in env.
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/dfu/Kconfig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/dfu/Kconfig b/drivers/dfu/Kconfig index 48e41bc2629..8d7f13dcb0b 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 |
