CONFIG_IEEE802154_CC2520_CRYPTO_INIT_PRIO
TI CC2520 crypto device initialization priority
Type: int
Help
Set the initialization priority number. Do not mess with it unless
you know what you are doing. It should be initialized after CC2520
as it shares the same runtime context.
Direct dependencies
IEEE802154_CC2520_CRYPTO
&& IEEE802154_CC2520
&& IEEE802154
(Includes any dependencies from ifs and menus.)
Default
81
Kconfig definition
At <Zephyr>/drivers/ieee802154/Kconfig.cc2520:88
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:10
→ <Zephyr>/drivers/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_INIT_PRIO
int "TI CC2520 crypto device initialization priority"
default 81
depends on IEEE802154_CC2520_CRYPTO && IEEE802154_CC2520 && IEEE802154
help
Set the initialization priority number. Do not mess with it unless
you know what you are doing. It should be initialized after CC2520
as it shares the same runtime context.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)