summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2014-05-15 11:22:06 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2014-06-18 21:43:45 +0200
commit34cba01141927d054c415eab2d41bd814231fe65 (patch)
treed9d339f6dc59afb24ab08ca485ac648d0156aa11
parent939b4cfa86155c712f06254492e4f1c89582475e (diff)
backport: CCM: set correct dependencies
Upstream commit: 816cbc860692cb60bf6e5e16ec2b4532992c7e0a 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@intel.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--backport/compat/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/backport/compat/Kconfig b/backport/compat/Kconfig
index 5af74337..026b3f37 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