:orphan: .. title:: CONFIG_SERIAL_INIT_PRIORITY .. kconfig:: CONFIG_SERIAL_INIT_PRIORITY CONFIG_SERIAL_INIT_PRIORITY ########################### *Serial init priority* Type: ``int`` Help ==== .. code-block:: none Serial driver device initialization priority. Direct dependencies =================== \ :kconfig:`SERIAL ` || \ :kconfig:`SERIAL ` || \ :kconfig:`SERIAL ` || \ :kconfig:`SERIAL ` || \ :kconfig:`SERIAL ` || \ :kconfig:`SERIAL ` || \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 55 - 55 - 55 - 55 - 55 - 55 - \ :kconfig:`KERNEL_INIT_PRIORITY_DEVICE ` Kconfig definitions =================== At ``/arm/nxp_imx/Kconfig.defconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config SERIAL_INIT_PRIORITY int default 55 depends on SERIAL ---- At ``/arm/nxp_kinetis/Kconfig.defconfig:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config SERIAL_INIT_PRIORITY int default 55 depends on SERIAL ---- At ``/arm/nxp_lpc/Kconfig.defconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config SERIAL_INIT_PRIORITY int default 55 depends on SERIAL ---- At ``/arm/nxp_imx/Kconfig.defconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config SERIAL_INIT_PRIORITY int default 55 depends on SERIAL ---- At ``/arm/nxp_kinetis/Kconfig.defconfig:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config SERIAL_INIT_PRIORITY int default 55 depends on SERIAL ---- At ``/arm/nxp_lpc/Kconfig.defconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config SERIAL_INIT_PRIORITY int default 55 depends on SERIAL ---- At ``/serial/Kconfig:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig config SERIAL_INIT_PRIORITY int "Serial init priority" default KERNEL_INIT_PRIORITY_DEVICE depends on SERIAL help Serial driver device initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*