From: Johannes Berg <johannes.berg@xxxxxxxxx> If these aren't actually compiled in, then the mac80211 code will fail at runtime. Add these dependencies so we at least get a warning at compile time about this. Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> --- backport/compat/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backport/compat/Kconfig b/backport/compat/Kconfig index 5af74337c43a..026b3f378f5b 100644 --- a/backport/compat/Kconfig +++ b/backport/compat/Kconfig @@ -128,6 +128,8 @@ config BACKPORT_USERSEL_BUILD_ALL you probably shouldn't enable it. config BACKPORT_CRYPTO_CCM + depends on CRYPTO_AEAD + depends on CRYPTO_CTR bool config BACKPORT_BUILD_CRYPTO_CCM -- 2.0.0.rc0 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html