diff options
author | Chris Packham <judge.packham@gmail.com> | 2019-04-13 21:13:56 +1200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-10 07:18:13 -0400 |
commit | 2b841dba5ccea242fce12d5a3142042138c5a23a (patch) | |
tree | e4915da7ba6460274f56c43f812d519c05e8a504 /cmd/Kconfig | |
parent | b8de00c6712b40e3f6ef85fa1c3a06e8d3efa254 (diff) |
cmd: ubifs: Remove select for non-existent option
There is no 'config CRC32', remove the select that was attempting to use
it.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r-- | cmd/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 4e11e0f404..fd1beb0684 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1933,7 +1933,6 @@ endmenu config CMD_UBI tristate "Enable UBI - Unsorted block images commands" - select CRC32 select MTD_UBI help UBI is a software layer above MTD layer which admits use of LVM-like @@ -1949,7 +1948,6 @@ config CMD_UBIFS tristate "Enable UBIFS - Unsorted block images filesystem commands" depends on CMD_UBI default y if CMD_UBI - select CRC32 select LZO help UBIFS is a file system for flash devices which works on top of UBI. |