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