:orphan: .. title:: CONFIG_THINGY53_INIT_PRIORITY .. kconfig:: CONFIG_THINGY53_INIT_PRIORITY CONFIG_THINGY53_INIT_PRIORITY ############################# *Init priority* Type: ``int`` Help ==== .. code-block:: none Initialization priority of the Thingy:53. Default ======= - 79 Kconfig definition ================== At ``/arm/thingy53_nrf5340/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` Menu path: (Top) → Board Options .. code-block:: kconfig config THINGY53_INIT_PRIORITY int "Init priority" default 79 help Initialization priority of the Thingy:53. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*