Re: [PATCH] chelsio/chtls: Re-add dependencies on CHELSIO_T4 to fix modular CHELSIO_T4

2020-09-15 Thread David Miller
From: Geert Uytterhoeven Date: Tue, 15 Sep 2020 11:35:51 +0200 > As CHELSIO_INLINE_CRYPTO is bool, and CHELSIO_T4 is tristate, the > dependency of CHELSIO_INLINE_CRYPTO on CHELSIO_T4 is not sufficient to > protect CRYPTO_DEV_CHELSIO_TLS and CHELSIO_IPSEC_INLINE. The latter two > are also

[PATCH] chelsio/chtls: Re-add dependencies on CHELSIO_T4 to fix modular CHELSIO_T4

2020-09-15 Thread Geert Uytterhoeven
As CHELSIO_INLINE_CRYPTO is bool, and CHELSIO_T4 is tristate, the dependency of CHELSIO_INLINE_CRYPTO on CHELSIO_T4 is not sufficient to protect CRYPTO_DEV_CHELSIO_TLS and CHELSIO_IPSEC_INLINE. The latter two are also tristate, hence if CHELSIO_T4=n, they cannot be builtin, as that would lead to