Skip to content

Commit

Permalink
CHROMIUM: config: Enable CRYPTO_LZO
Browse files Browse the repository at this point in the history
Zram doesn't select CRYPTO_LZO on kernel 5.12.  Zram depends on
CRYPTO_LZO (or other compression algorithms) on kernel 5.12.

BUG=b:190480873
TEST=Check whether /sys/block/zram0/ exists.

Signed-off-by: Kuo-Hsin Yang <vovoy@chromium.org>
Change-Id: I2215cf5a14781b65e584cb57cbcee0247fb3a6e4
  • Loading branch information
Kuo-Hsin Yang authored and Lukasz Majczak committed Jul 20, 2021
1 parent 62c199e commit 608512d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chromeos/config/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ CONFIG_CROS_EC_SENSORHUB=m
CONFIG_CROS_EC_SPI=y
CONFIG_CRYPTO_ARC4=y
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_LZO=m
CONFIG_CRYPTO_USER_API_HASH=m
CONFIG_CRYPTO_USER_API_SKCIPHER=m
CONFIG_DAX=y
Expand Down

0 comments on commit 608512d

Please sign in to comment.