Re: [PATCH] net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC

2020-09-18 Thread David Miller
From: Necip Fazil Yildiran Date: Thu, 17 Sep 2020 19:46:43 +0300 > When IPV6_SEG6_HMAC is enabled and CRYPTO is disabled, it results in the > following Kbuild warning: > > WARNING: unmet direct dependencies detected for CRYPTO_HMAC > Depends on [n]: CRYPTO [=n] > Selected by [y]: > - IPV6_

[PATCH] net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC

2020-09-17 Thread Necip Fazil Yildiran
When IPV6_SEG6_HMAC is enabled and CRYPTO is disabled, it results in the following Kbuild warning: WARNING: unmet direct dependencies detected for CRYPTO_HMAC Depends on [n]: CRYPTO [=n] Selected by [y]: - IPV6_SEG6_HMAC [=y] && NET [=y] && INET [=y] && IPV6 [=y] WARNING: unmet direct depen