From: <george.cherian@cavium.com> To: <herbert@gondor.apana.org.au>, <davem@davemloft.net> Cc: <linux-kernel@vger.kernel.org>, <linux-crypto@vger.kernel.org>, <david.daney@cavium.com>, George Cherian <george.cherian@cavium.com> Subject: [PATCH v3 3/3] drivers: crypto: Enable CPT options crypto for build Date: Wed, 21 Dec 2016 11:56:13 +0000 [thread overview] Message-ID: <1482321373-407-4-git-send-email-george.cherian@cavium.com> (raw) In-Reply-To: <1482321373-407-1-git-send-email-george.cherian@cavium.com> From: George Cherian <george.cherian@cavium.com> Add the CPT options in crypto Kconfig and update the crypto Makefile Signed-off-by: George Cherian <george.cherian@cavium.com> Reviewed-by: David Daney <david.daney@cavium.com> --- drivers/crypto/Kconfig | 1 + drivers/crypto/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 4d2b81f..15f9040 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig @@ -484,6 +484,7 @@ config CRYPTO_DEV_MXS_DCP will be called mxs-dcp. source "drivers/crypto/qat/Kconfig" +source "drivers/crypto/cavium/cpt/Kconfig" config CRYPTO_DEV_QCE tristate "Qualcomm crypto engine accelerator" diff --git a/drivers/crypto/Makefile b/drivers/crypto/Makefile index ad7250f..dd33290 100644 --- a/drivers/crypto/Makefile +++ b/drivers/crypto/Makefile @@ -32,3 +32,4 @@ obj-$(CONFIG_CRYPTO_DEV_VMX) += vmx/ obj-$(CONFIG_CRYPTO_DEV_SUN4I_SS) += sunxi-ss/ obj-$(CONFIG_CRYPTO_DEV_ROCKCHIP) += rockchip/ obj-$(CONFIG_CRYPTO_DEV_CHELSIO) += chelsio/ +obj-$(CONFIG_CRYPTO_DEV_CPT) += cavium/cpt/ -- 2.1.4
prev parent reply other threads:[~2016-12-21 11:57 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2016-12-21 11:56 [PATCH v3 0/3] Add Support for Cavium Cryptographic Acceleration Unit george.cherian 2016-12-21 11:56 ` [PATCH v3 1/3] drivers: crypto: Add Support for Octeon-tx CPT Engine george.cherian 2016-12-21 13:23 ` Corentin Labbe 2017-01-06 6:19 ` George Cherian 2016-12-21 11:56 ` [PATCH v3 2/3] drivers: crypto: Add the Virtual Function driver for CPT george.cherian 2016-12-21 14:01 ` Corentin Labbe 2017-01-06 7:03 ` George Cherian 2016-12-21 11:56 ` george.cherian [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1482321373-407-4-git-send-email-george.cherian@cavium.com \ --to=george.cherian@cavium.com \ --cc=davem@davemloft.net \ --cc=david.daney@cavium.com \ --cc=herbert@gondor.apana.org.au \ --cc=linux-crypto@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --subject='Re: [PATCH v3 3/3] drivers: crypto: Enable CPT options crypto for build' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).