diff options
author | Karl Beldan | 2017-07-12 16:11:46 +0000 |
---|---|---|
committer | Tom Rini | 2017-07-24 07:33:34 -0400 |
commit | 22cf953a407a8e44746de121a5ab2a78e8e3f24c (patch) | |
tree | c8de09e09277353e9c62b2c492cd7016033db47f /cmd | |
parent | f8dc5a0f9b4faf6b9633e1d128885eee0f792a2b (diff) |
cmd: Kconfig: Make CMD_UBI select CMD_MTDPARTS
Many configs still define CMD_MTDPARTS in their non-Kconfig but
CMD_MTDPARTS has now moved to Kconfig.
Signed-off-by: Karl Beldan <karl.beldan-ext@sagemcom.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
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 87ee2ea613f..92576f57348 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1255,6 +1255,7 @@ config CMD_UBI tristate "Enable UBI - Unsorted block images commands" select CRC32 select MTD_UBI + select CMD_MTDPARTS default y if NAND_SUNXI help UBI is a software layer above MTD layer which admits use of LVM-like |