From: Ram Muthiah Date: Wed, 12 Aug 2020 19:20:53 +0000 (-0700) Subject: crypto: virtio - don't use 'default m' X-Git-Tag: v5.15~2545^2~181 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b1a5c9a620f2b1792e51ae3961b16943e4f874f2;p=platform%2Fkernel%2Flinux-starfive.git crypto: virtio - don't use 'default m' Drivers shouldn't be enabled by default unless there is a very good reason to do so. There doesn't seem to be any such reason for the virtio crypto driver, so change it to the default of 'n'. Signed-off-by: Ram Muthiah [EB: adjusted commit message] Signed-off-by: Eric Biggers Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/virtio/Kconfig b/drivers/crypto/virtio/Kconfig index fb29417..b894e3a 100644 --- a/drivers/crypto/virtio/Kconfig +++ b/drivers/crypto/virtio/Kconfig @@ -5,7 +5,6 @@ config CRYPTO_DEV_VIRTIO select CRYPTO_AEAD select CRYPTO_SKCIPHER select CRYPTO_ENGINE - default m help This driver provides support for virtio crypto device. If you choose 'M' here, this module will be called virtio_crypto.