:orphan: .. title:: CONFIG_SYSCON_INIT_PRIORITY .. kconfig:: CONFIG_SYSCON_INIT_PRIORITY CONFIG_SYSCON_INIT_PRIORITY ########################### *SYSCON (System Controller) driver init priority* Type: ``int`` Help ==== .. code-block:: none This option controls the priority of the syscon device initialization. Higher priority ensures that the device is initialized earlier in the startup cycle. If unsure, leave at default value Direct dependencies =================== \ :kconfig:`SYSCON ` *(Includes any dependencies from ifs and menus.)* Default ======= - 50 Kconfig definition ================== At ``/syscon/Kconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:120`` Menu path: (Top) → Device Drivers → SYSCON (System Controller) drivers .. code-block:: kconfig config SYSCON_INIT_PRIORITY int "SYSCON (System Controller) driver init priority" default 50 depends on SYSCON help This option controls the priority of the syscon device initialization. Higher priority ensures that the device is initialized earlier in the startup cycle. If unsure, leave at default value *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*