config [31mCONFIG_MAC802154[0m tristate "Generic IEEE 802.15.4 Soft Networking Stack (mac802154)" depends on [31mCONFIG_IEEE802154[0m select [31mCONFIG_CRC_CCITT[0m select [31mCONFIG_CRYPTO[0m select [31mCONFIG_CRYPTO_AUTHENC[0m select [31mCONFIG_CRYPTO_CCM[0m select [31mCONFIG_CRYPTO_CTR[0m select [31mCONFIG_CRYPTO_AES[0m ---help--- This option enables the hardware independent IEEE 802.15.4 networking stack for SoftMAC devices (the ones implementing only PHY level of IEEE 802.15.4 standard). Note: this implementation is neither certified, nor feature complete! Compatibility with other implementations hasn't been tested yet! If you plan to use HardMAC IEEE 802.15.4 devices, you can say N here. Alternatively you can say [31mCONFIG_M[0m to compile it as module. |