diff options
| author | Tom Rini <[email protected]> | 2024-01-10 13:46:07 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-01-22 14:17:35 -0500 |
| commit | 246c94f192b9ca9bd4e73cf29f343dfc511fc6d3 (patch) | |
| tree | 44ed7ac297d0d3a7b16a998daa510ca4aa9f619b /cmd | |
| parent | fee9e48c8996483ae62bf3ee63f2aa129e8c9172 (diff) | |
cmd/mtdparts: Make this select MTD_PARTITIONS
Rather than rely on someone selecting or implying this hidden symbol
that the command requires, select it explicitly.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 50625e7c16a..5c0a7ab50c3 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -2702,6 +2702,7 @@ config JFFS2_PART_SIZE config CMD_MTDPARTS bool "MTD partition support" depends on MTD + select MTD_PARTITIONS help MTD partitioning tool support. It is strongly encouraged to avoid using this command |
