Skip to content

Commit 87de726

Browse files
Phoebe Buckheisterdavem330
Phoebe Buckheister
authored andcommitted
mac802154: update Kconfig
Link-layer security requires AES CCM for authenticated modes and AES CTR for the unauthenticated encryption mode. Signed-off-by: Phoebe Buckheister <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent dc20759 commit 87de726

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

net/mac802154/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ config MAC802154
22
tristate "Generic IEEE 802.15.4 Soft Networking Stack (mac802154)"
33
depends on IEEE802154
44
select CRC_CCITT
5+
select CRYPTO_AUTHENC
6+
select CRYPTO_CCM
7+
select CRYPTO_CTR
8+
select CRYPTO_AES
59
---help---
610
This option enables the hardware independent IEEE 802.15.4
711
networking stack for SoftMAC devices (the ones implementing

0 commit comments

Comments
 (0)