:orphan: .. title:: CONFIG_UART_NS16550 .. kconfig:: CONFIG_UART_NS16550 CONFIG_UART_NS16550 ################### *NS16550 serial driver* Type: ``bool`` Help ==== .. code-block:: none This option enables the NS16550 serial driver. This driver can be used for the serial hardware available on x86 boards. Direct dependencies =================== (\ :kconfig:`SERIAL ` && \ :kconfig:`BOARD_EM_STARTERKIT `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`BOARD_EMSDP `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`BOARD_NSIM `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_ARC_HSDK `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_ARC_IOT `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_MEC1501_HSZ ` && \ :kconfig:`SOC_SERIES_MEC1501X `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_MEC1701_QSZ ` && \ :kconfig:`SOC_SERIES_MEC1701X `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_ARC_HSDK `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_ARC_IOT `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_MEC1501_HSZ ` && \ :kconfig:`SOC_SERIES_MEC1501X `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_MEC1701_QSZ ` && \ :kconfig:`SOC_SERIES_MEC1701X `) || \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y - y - y - y - y - y - y - y Symbols selected by this symbol =============================== - \ :kconfig:`SERIAL_HAS_DRIVER ` - \ :kconfig:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definitions =================== At ``/arc/em_starterkit/Kconfig.defconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config UART_NS16550 bool default y depends on SERIAL && BOARD_EM_STARTERKIT ---- At ``/arc/emsdp/Kconfig.defconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config UART_NS16550 bool default y depends on SERIAL && BOARD_EMSDP ---- At ``/arc/nsim/Kconfig.defconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config UART_NS16550 bool default y depends on SERIAL && BOARD_NSIM ---- At ``/arc/snps_arc_hsdk/Kconfig.defconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config UART_NS16550 bool default y depends on SERIAL && SOC_ARC_HSDK ---- At ``/arc/snps_arc_iot/Kconfig.defconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config UART_NS16550 bool default y depends on SERIAL && SOC_ARC_IOT ---- At ``/arm/microchip_mec/mec1501/Kconfig.defconfig.mec1501hsz:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/microchip_mec/Kconfig.defconfig:3`` → ``/arm/microchip_mec/mec1501/Kconfig.defconfig.series:17`` Menu path: (Top) .. code-block:: kconfig config UART_NS16550 bool default y depends on SERIAL && SOC_MEC1501_HSZ && SOC_SERIES_MEC1501X ---- At ``/arm/microchip_mec/mec1701/Kconfig.defconfig.mec1701qsz:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/microchip_mec/Kconfig.defconfig:3`` → ``/arm/microchip_mec/mec1701/Kconfig.defconfig.series:17`` Menu path: (Top) .. code-block:: kconfig config UART_NS16550 bool default y depends on SERIAL && SOC_MEC1701_QSZ && SOC_SERIES_MEC1701X ---- At ``/arc/snps_arc_hsdk/Kconfig.defconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config UART_NS16550 bool default y depends on SERIAL && SOC_ARC_HSDK ---- At ``/arc/snps_arc_iot/Kconfig.defconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config UART_NS16550 bool default y depends on SERIAL && SOC_ARC_IOT ---- At ``/arm/microchip_mec/mec1501/Kconfig.defconfig.mec1501hsz:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/microchip_mec/Kconfig.defconfig:3`` → ``/arm/microchip_mec/mec1501/Kconfig.defconfig.series:17`` Menu path: (Top) .. code-block:: kconfig config UART_NS16550 bool default y depends on SERIAL && SOC_MEC1501_HSZ && SOC_SERIES_MEC1501X ---- At ``/arm/microchip_mec/mec1701/Kconfig.defconfig.mec1701qsz:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/microchip_mec/Kconfig.defconfig:3`` → ``/arm/microchip_mec/mec1701/Kconfig.defconfig.series:17`` Menu path: (Top) .. code-block:: kconfig config UART_NS16550 bool default y depends on SERIAL && SOC_MEC1701_QSZ && SOC_SERIES_MEC1701X ---- At ``/serial/Kconfig.ns16550:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:90`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig menuconfig UART_NS16550 bool "NS16550 serial driver" select SERIAL_HAS_DRIVER select SERIAL_SUPPORT_INTERRUPT depends on SERIAL help This option enables the NS16550 serial driver. This driver can be used for the serial hardware available on x86 boards. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*