:orphan: .. title:: CONFIG_COUNTER_INIT_PRIORITY .. kconfig:: CONFIG_COUNTER_INIT_PRIORITY CONFIG_COUNTER_INIT_PRIORITY ############################ *Counter init priority* Type: ``int`` Help ==== .. code-block:: none Counter driver device initialization priority. Direct dependencies =================== \ :kconfig:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`KERNEL_INIT_PRIORITY_DEVICE ` Kconfig definition ================== At ``/counter/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` Menu path: (Top) → Device Drivers → Counter Drivers .. code-block:: kconfig config COUNTER_INIT_PRIORITY int "Counter init priority" default KERNEL_INIT_PRIORITY_DEVICE depends on COUNTER help Counter driver device initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*