]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - net/mac802154/Kconfig
Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-hirsute-kernel.git] / net / mac802154 / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1010f540 2config MAC802154
3 tristate "Generic IEEE 802.15.4 Soft Networking Stack (mac802154)"
e5a2f6e3 4 depends on IEEE802154
1010f540 5 select CRC_CCITT
73e85ed3 6 select CRYPTO
87de726c
PB
7 select CRYPTO_AUTHENC
8 select CRYPTO_CCM
9 select CRYPTO_CTR
10 select CRYPTO_AES
a7f7f624 11 help
1010f540 12 This option enables the hardware independent IEEE 802.15.4
13 networking stack for SoftMAC devices (the ones implementing
14 only PHY level of IEEE 802.15.4 standard).
15
16 Note: this implementation is neither certified, nor feature
17 complete! Compatibility with other implementations hasn't
18 been tested yet!
19
20 If you plan to use HardMAC IEEE 802.15.4 devices, you can
ee4c148e 21 say N here. Alternatively you can say M to compile it as
1010f540 22 module.