RDMA/siw: Add missing Kconfig selections
authorTom Talpey <tom@talpey.com>
Wed, 31 Aug 2022 16:30:48 +0000 (12:30 -0400)
committerLeon Romanovsky <leonro@nvidia.com>
Thu, 1 Sep 2022 07:12:01 +0000 (10:12 +0300)
commitfc5e1acf6ade49da06c6a74b0c3fa903e0c9503a
tree45c64f22f58abaa7bec9da5b462f54216011e87c
parent2c02249fcbfc066bd33e2a7375c7006d4cb367f6
RDMA/siw: Add missing Kconfig selections

The SoftiWARP Kconfig is missing "select" for CRYPTO and CRYPTO_CRC32C.

In addition, it improperly "depends on" LIBCRC32C, this should be a
"select", similar to net/sctp and others. As a dependency, SIW fails
to appear in generic configurations.

Link: https://lore.kernel.org/r/d366bf02-3271-754f-fc68-1a84016d0e19@talpey.com
Signed-off-by: Tom Talpey <tom@talpey.com>
Acked-by: Bernard Metzler <bmt@zurich.ibm.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/sw/siw/Kconfig