CONFIG_IEEE802154_CC2520_CRYPTO_DRV_NAME¶
TI CC2520 Crypto Driver’s name
Type: string
Help¶
This option sets the driver name for the crypto part found on CC2520.
Direct dependencies¶
IEEE802154_CC2520_CRYPTO && IEEE802154_CC2520 && IEEE802154
(Includes any dependencies from ifs and menus.)
Default¶
- “cc2520_crypto” 
Kconfig definition¶
At <Zephyr Driver>/ieee802154/Kconfig.cc2520:81
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:10 → <Zephyr Driver>/ieee802154/Kconfig:62
Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → TI CC2520 Driver support → Enable hardware crypto helper on cc2520
config IEEE802154_CC2520_CRYPTO_DRV_NAME
    string "TI CC2520 Crypto Driver's name"
    default "cc2520_crypto"
    depends on IEEE802154_CC2520_CRYPTO && IEEE802154_CC2520 && IEEE802154
    help
      This option sets the driver name for the crypto part found on CC2520.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)