CONFIG_SYSCON_GENERIC_INIT_PRIORITY_DEVICE¶
SYSCON (System Controller) generic init device 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>/drivers/syscon/Kconfig:33
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:40
→ <Zephyr>/drivers/Kconfig:118
Menu path: (Top) → Device Drivers → SYSCON (System Controller) drivers → Generic SYSCON (System Controller) driver
config SYSCON_GENERIC_INIT_PRIORITY_DEVICE
int "SYSCON (System Controller) generic init device priority"
default 50
depends on SYSCON_GENERIC && 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.)