]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: octeontx2 - select CONFIG_NET_DEVLINK
authorShijith Thotton <sthotton@marvell.com>
Fri, 21 Jan 2022 11:12:32 +0000 (16:42 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 31 Jan 2022 00:21:45 +0000 (11:21 +1100)
commitdf56897ef68d9157bc84b93a699bb54dd922c0a3
treec5f8fbf5794043229a453395c99ce2c5971aa96e
parentf62fe0ada0a93fdd38fed681147db76e0abbf016
crypto: octeontx2 - select CONFIG_NET_DEVLINK

OcteonTX2 CPT driver will fail to link without devlink support.

aarch64-linux-gnu-ld: otx2_cpt_devlink.o: in function `otx2_cpt_dl_egrp_delete':
otx2_cpt_devlink.c:18: undefined reference to `devlink_priv'
aarch64-linux-gnu-ld: otx2_cpt_devlink.o: in function `otx2_cpt_dl_egrp_create':
otx2_cpt_devlink.c:9: undefined reference to `devlink_priv'
aarch64-linux-gnu-ld: otx2_cpt_devlink.o: in function `otx2_cpt_dl_uc_info':
otx2_cpt_devlink.c:27: undefined reference to `devlink_priv'

Fixes: 98244d9df7a7 ("crypto: octeontx2 - parameters for custom engine groups")
Signed-off-by: Shijith Thotton <sthotton@marvell.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/marvell/Kconfig