Home
last modified time | relevance | path

Searched hist:fc5e1acf6ade49da06c6a74b0c3fa903e0c9503a (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/infiniband/sw/siw/
H A DKconfigdiff fc5e1acf6ade49da06c6a74b0c3fa903e0c9503a Wed Aug 31 11:30:48 CDT 2022 Tom Talpey <tom@talpey.com> 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>