:orphan: .. title:: CONFIG_IEEE802154_CC1200_INIT_PRIO .. kconfig:: CONFIG_IEEE802154_CC1200_INIT_PRIO CONFIG_IEEE802154_CC1200_INIT_PRIO ################################## *CC1200 initialization priority* Type: ``int`` Help ==== .. code-block:: none Set the initialization priority number. Do not mess with it unless you know what you are doing. Beware cc1200 requires gpio and spi to be ready first (and sometime gpio should be the very first as spi might need it too). And of course it has to start before the net stack. Direct dependencies =================== \ :kconfig:`IEEE802154_CC1200 ` && \ :kconfig:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Default ======= - 80 Kconfig definition ================== At ``/ieee802154/Kconfig.cc1200:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:10`` → ``/ieee802154/Kconfig:70`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → TI CC1200 Driver support .. code-block:: kconfig config IEEE802154_CC1200_INIT_PRIO int "CC1200 initialization priority" default 80 depends on IEEE802154_CC1200 && IEEE802154 help Set the initialization priority number. Do not mess with it unless you know what you are doing. Beware cc1200 requires gpio and spi to be ready first (and sometime gpio should be the very first as spi might need it too). And of course it has to start before the net stack. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*