提交 87de726c 编写于 作者: P Phoebe Buckheister 提交者: David S. Miller

mac802154: update Kconfig

Link-layer security requires AES CCM for authenticated modes and AES CTR
for the unauthenticated encryption mode.
Signed-off-by: NPhoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 dc20759f
...@@ -2,6 +2,10 @@ config MAC802154 ...@@ -2,6 +2,10 @@ config MAC802154
tristate "Generic IEEE 802.15.4 Soft Networking Stack (mac802154)" tristate "Generic IEEE 802.15.4 Soft Networking Stack (mac802154)"
depends on IEEE802154 depends on IEEE802154
select CRC_CCITT select CRC_CCITT
select CRYPTO_AUTHENC
select CRYPTO_CCM
select CRYPTO_CTR
select CRYPTO_AES
---help--- ---help---
This option enables the hardware independent IEEE 802.15.4 This option enables the hardware independent IEEE 802.15.4
networking stack for SoftMAC devices (the ones implementing networking stack for SoftMAC devices (the ones implementing
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册