Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config MAC802154
0003         tristate "Generic IEEE 802.15.4 Soft Networking Stack (mac802154)"
0004         depends on IEEE802154
0005         select CRC_CCITT
0006         select CRYPTO
0007         select CRYPTO_AUTHENC
0008         select CRYPTO_CCM
0009         select CRYPTO_CTR
0010         select CRYPTO_AES
0011         help
0012           This option enables the hardware independent IEEE 802.15.4
0013           networking stack for SoftMAC devices (the ones implementing
0014           only PHY level of IEEE 802.15.4 standard).
0015 
0016           Note: this implementation is neither certified, nor feature
0017           complete! Compatibility with other implementations hasn't
0018           been tested yet!
0019 
0020           If you plan to use HardMAC IEEE 802.15.4 devices, you can
0021           say N here. Alternatively you can say M to compile it as
0022           module.