Skip to content

Commit 62ad8b5

Browse files
George Cherianherbertx
authored andcommitted
crypto: cavium - Enable CPT options crypto for build
Add the CPT options in crypto Kconfig and update the crypto Makefile Update the MAINTAINERS file too. Signed-off-by: George Cherian <george.cherian@cavium.com> Reviewed-by: David Daney <david.daney@cavium.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent c694b23 commit 62ad8b5

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

MAINTAINERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2996,6 +2996,13 @@ W: http://www.cavium.com
29962996
S: Supported
29972997
F: drivers/net/ethernet/cavium/liquidio/
29982998

2999+
CAVIUM OCTEON-TX CRYPTO DRIVER
3000+
M: George Cherian <george.cherian@cavium.com>
3001+
L: linux-crypto@vger.kernel.org
3002+
W: http://www.cavium.com
3003+
S: Supported
3004+
F: drivers/crypto/cavium/cpt/
3005+
29993006
CC2520 IEEE-802.15.4 RADIO DRIVER
30003007
M: Varka Bhadram <varkabhadram@gmail.com>
30013008
L: linux-wpan@vger.kernel.org

drivers/crypto/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@ config CRYPTO_DEV_MXS_DCP
497497
will be called mxs-dcp.
498498

499499
source "drivers/crypto/qat/Kconfig"
500+
source "drivers/crypto/cavium/cpt/Kconfig"
500501

501502
config CRYPTO_DEV_QCE
502503
tristate "Qualcomm crypto engine accelerator"

drivers/crypto/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ obj-$(CONFIG_CRYPTO_DEV_ATMEL_TDES) += atmel-tdes.o
44
obj-$(CONFIG_CRYPTO_DEV_BFIN_CRC) += bfin_crc.o
55
obj-$(CONFIG_CRYPTO_DEV_CCP) += ccp/
66
obj-$(CONFIG_CRYPTO_DEV_CHELSIO) += chelsio/
7+
obj-$(CONFIG_CRYPTO_DEV_CPT) += cavium/cpt/
78
obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM) += caam/
89
obj-$(CONFIG_CRYPTO_DEV_GEODE) += geode-aes.o
910
obj-$(CONFIG_CRYPTO_DEV_HIFN_795X) += hifn_795x.o

0 commit comments

Comments
 (0)