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