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