xref: /linux-6.15/net/mac802154/Kconfig (revision a7f7f624)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
21010f540S[email protected]config MAC802154
31010f540S[email protected]	tristate "Generic IEEE 802.15.4 Soft Networking Stack (mac802154)"
4e5a2f6e3SKees Cook	depends on IEEE802154
51010f540S[email protected]	select CRC_CCITT
673e85ed3SArnd Bergmann	select CRYPTO
787de726cSPhoebe Buckheister	select CRYPTO_AUTHENC
887de726cSPhoebe Buckheister	select CRYPTO_CCM
987de726cSPhoebe Buckheister	select CRYPTO_CTR
1087de726cSPhoebe Buckheister	select CRYPTO_AES
11*a7f7f624SMasahiro Yamada	help
121010f540S[email protected]	  This option enables the hardware independent IEEE 802.15.4
131010f540S[email protected]	  networking stack for SoftMAC devices (the ones implementing
141010f540S[email protected]	  only PHY level of IEEE 802.15.4 standard).
151010f540S[email protected]
161010f540S[email protected]	  Note: this implementation is neither certified, nor feature
171010f540S[email protected]	  complete! Compatibility with other implementations hasn't
181010f540S[email protected]	  been tested yet!
191010f540S[email protected]
201010f540S[email protected]	  If you plan to use HardMAC IEEE 802.15.4 devices, you can
21ee4c148eSJulien Catalano	  say N here. Alternatively you can say M to compile it as
221010f540S[email protected]	  module.
23