:orphan: .. title:: IEEE802154_CC2520_CRYPTO_DRV_NAME .. option:: 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 =================== \ :option:`IEEE802154_CC2520_CRYPTO ` && \ :option:`IEEE802154_CC2520 ` && \ :option:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Default ======= - "cc2520_crypto" Kconfig definition ================== .. highlight:: kconfig At ``drivers/ieee802154/Kconfig.cc2520:81`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:10`` → ``drivers/ieee802154/Kconfig:60`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → TI CC2520 Driver support → Enable hardware crypto helper on cc2520 .. parsed-literal:: config IEEE802154_CC2520_CRYPTO_DRV_NAME string "TI CC2520 Crypto Driver's name" default "cc2520_crypto" depends on \ :option:`IEEE802154_CC2520_CRYPTO ` && \ :option:`IEEE802154_CC2520 ` && \ :option:`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.)*