CONFIG_SYSCON_INIT_PRIORITY¶
SYSCON (System Controller) driver init priority
Type: int
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
Default¶
- 50 
Kconfig definition¶
At <Zephyr Driver>/syscon/Kconfig:33
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:120
Menu path: (Top) → Device Drivers → SYSCON (System Controller) drivers
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.)