OSDN Git Service

crypto: 842 - change 842 alg to use software
[uclinux-h8/linux.git] / crypto / Kconfig
index 8aaf298..eba55b4 100644 (file)
@@ -1412,10 +1412,9 @@ config CRYPTO_LZO
 
 config CRYPTO_842
        tristate "842 compression algorithm"
-       depends on CRYPTO_DEV_NX_COMPRESS
-       # 842 uses lzo if the hardware becomes unavailable
-       select LZO_COMPRESS
-       select LZO_DECOMPRESS
+       select CRYPTO_ALGAPI
+       select 842_COMPRESS
+       select 842_DECOMPRESS
        help
          This is the 842 algorithm.