mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
6482023b9d
Add the OcteonTX cpt options in crypto Kconfig and Makefile Signed-off-by: SrujanaChalla <schalla@marvell.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
5 lines
134 B
Makefile
5 lines
134 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-$(CONFIG_CRYPTO_DEV_MARVELL_CESA) += cesa/
|
|
obj-$(CONFIG_CRYPTO_DEV_OCTEONTX_CPT) += octeontx/
|