kernel: 5.10: consolidate mac80211 crypto options
authorSergey Ryazanov <ryazanov.s.a@gmail.com>
Thu, 16 Dec 2021 22:23:08 +0000 (01:23 +0300)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 17 Dec 2021 15:16:34 +0000 (16:16 +0100)
Each of
- CRYPTO_AEAD2
- CRYPTO_AEAD
- CRYPTO_GF128MUL
- CRYPTO_GHASH
- CRYPTO_HASH2
- CRYPTO_HASH
- CRYPTO_MANAGER2
- CRYPTO_MANAGER
- CRYPTO_NULL2

either directly required for mac80211 crypto support, or directly
selected by such options. Support for the mac80211 crypto was enabled in
the generic config since c7182123b9 ("kernel: make cryptoapi support
needed by mac80211 built-in"). So move the above options from the target
configs to the generic config to make it clear why do we need them.

CC: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>

No differences found