:orphan: .. title:: CONFIG_IEEE802154_CC2520_CRYPTO_DRV_NAME .. kconfig:: CONFIG_IEEE802154_CC2520_CRYPTO_DRV_NAME CONFIG_IEEE802154_CC2520_CRYPTO_DRV_NAME ######################################## *TI CC2520 Crypto Driver's name* Type: ``string`` Help ==== .. code-block:: none This option sets the driver name for the crypto part found on CC2520. Direct dependencies =================== \ :kconfig:`IEEE802154_CC2520_CRYPTO ` && \ :kconfig:`IEEE802154_CC2520 ` && \ :kconfig:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Default ======= - "cc2520_crypto" Kconfig definition ================== At ``/ieee802154/Kconfig.cc2520:81`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:10`` → ``/ieee802154/Kconfig:62`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → TI CC2520 Driver support → Enable hardware crypto helper on cc2520 .. code-block:: kconfig 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.)*