:orphan: .. title:: CONFIG_APPLICATION_INIT_PRIORITY .. kconfig:: CONFIG_APPLICATION_INIT_PRIORITY CONFIG_APPLICATION_INIT_PRIORITY ################################ *Default init priority for application level drivers* Type: ``int`` Help ==== .. code-block:: none This priority level is for end-user drivers such as sensors and display which have no inward dependencies. Default ======= - 90 Kconfig definition ================== At ``/Kconfig:649`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` Menu path: (Top) → General Kernel Options → Initialization Priorities .. code-block:: kconfig config APPLICATION_INIT_PRIORITY int "Default init priority for application level drivers" default 90 help This priority level is for end-user drivers such as sensors and display which have no inward dependencies. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*