:orphan: .. title:: NATIVE_POSIX_CONSOLE_INIT_PRIORITY .. option:: CONFIG_NATIVE_POSIX_CONSOLE_INIT_PRIORITY *Init priority* Type: ``int`` Help ==== .. code-block:: none Device driver initialization priority. Direct dependencies =================== \ :option:`NATIVE_POSIX_CONSOLE ` && \ :option:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 60 Kconfig definition ================== At ``/console/Kconfig:326`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers .. code-block:: kconfig config NATIVE_POSIX_CONSOLE_INIT_PRIORITY int "Init priority" default 60 depends on NATIVE_POSIX_CONSOLE && CONSOLE help Device driver initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*