:orphan: .. title:: CONFIG_COUNTER_MICROCHIP_MCP7940N_INIT_PRIORITY .. kconfig:: CONFIG_COUNTER_MICROCHIP_MCP7940N_INIT_PRIORITY CONFIG_COUNTER_MICROCHIP_MCP7940N_INIT_PRIORITY ############################################### *Init priority* Type: ``int`` Help ==== .. code-block:: none MCP7940N device driver initialization priority. Direct dependencies =================== \ :kconfig:`COUNTER_MICROCHIP_MCP7940N ` && \ :kconfig:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Default ======= - 65 Kconfig definition ================== At ``/counter/Kconfig.mcp7940n:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:55`` Menu path: (Top) → Device Drivers → Counter Drivers → Microchip MCP7940N RTC .. code-block:: kconfig config COUNTER_MICROCHIP_MCP7940N_INIT_PRIORITY int "Init priority" default 65 depends on COUNTER_MICROCHIP_MCP7940N && COUNTER help MCP7940N device driver initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*