Re: [PATCH] chelsio/chtls: CHELSIO_INLINE_CRYPTO should depend on CHELSIO_T4

From: David Miller
Date: Thu Sep 03 2020 - 17:56:01 EST


From: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
Date: Tue, 1 Sep 2020 16:58:41 +0200

> While CHELSIO_INLINE_CRYPTO is a guard symbol, and just enabling it does
> not cause any additional code to be compiled in, all configuration
> options protected by it depend on CONFIG_CHELSIO_T4. Hence it doesn't
> make much sense to bother the user with the guard symbol question when
> CONFIG_CHELSIO_T4 is disabled.
>
> Fix this by moving the dependency from the individual config options to
> the guard symbol.
>
> Fixes: 44fd1c1fd8219551 ("chelsio/chtls: separate chelsio tls driver from crypto driver")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>

Applied to net-next, thank you.

Please clearly state the target tree in your future submissions,
f.e. "Subject: [PATCH net-next] ..."

Thanks again.