Skip to content

Commit

Permalink
cmd: ubifs: Remove select for non-existent option
Browse files Browse the repository at this point in the history
There is no 'config CRC32', remove the select that was attempting to use
it.

Reported-by: Robert P. J. Day <[email protected]>
Signed-off-by: Chris Packham <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
  • Loading branch information
cpackham authored and trini committed May 10, 2019
1 parent b8de00c commit 2b841db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 2b841db

Please sign in to comment.