瀏覽代碼

[CRYPTO] tcrypt: Forbid tcrypt from being built-in

It makes no sense to build tcrypt into the kernel.  In fact, now that
the driver init function's return status is being checked, it is in
fact harmful to do so.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Herbert Xu 19 年之前
父節點
當前提交
b9d0a25a48
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      crypto/Kconfig

+ 1 - 1
crypto/Kconfig

@@ -337,7 +337,7 @@ config CRYPTO_CRC32C
 
 config CRYPTO_TEST
 	tristate "Testing module"
-	depends on CRYPTO
+	depends on CRYPTO && m
 	help
 	  Quick & dirty crypto test module.