-
CONFIG_UART_NS16550
¶
NS16550 serial driver
Type: bool
Help¶
This option enables the NS16550 serial driver. This driver can be used for the serial hardware available on x86 boards.
Direct dependencies¶
(SERIAL
&& BOARD_EM_STARTERKIT
) || (SERIAL
&& SOC_ARC_IOT
) || (SERIAL
&& SOC_MEC1701_QSZ
&& SOC_SERIES_MEC1701X
) || SERIAL
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
SERIAL
&&BOARD_EM_STARTERKIT
- “y” if
SERIAL
&&SOC_ARC_IOT
- “y” if
SERIAL
&&SOC_MEC1701_QSZ
&&SOC_SERIES_MEC1701X
Symbols selected by this symbol¶
Kconfig definitions¶
At boards/arc/em_starterkit/Kconfig.defconfig:56
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_NS16550 bool default "y" ifSERIAL
&&BOARD_EM_STARTERKIT
depends onSERIAL
&&BOARD_EM_STARTERKIT
At soc/arc/snps_arc_iot/Kconfig.defconfig:43
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config UART_NS16550 bool default "y" ifSERIAL
&&SOC_ARC_IOT
depends onSERIAL
&&SOC_ARC_IOT
At soc/arm/microchip_mec/mec1701/Kconfig.defconfig.mec1701qsz:20
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/microchip_mec/Kconfig.defconfig:3
→ soc/arm/microchip_mec/mec1701/Kconfig.defconfig.series:21
Menu path: (top menu)
config UART_NS16550 bool default "y" ifSERIAL
&&SOC_MEC1701_QSZ
&&SOC_SERIES_MEC1701X
depends onSERIAL
&&SOC_MEC1701_QSZ
&&SOC_SERIES_MEC1701X
At drivers/serial/Kconfig.ns16550:3
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:65
Menu path: (top menu) → Device Drivers → Serial Drivers
menuconfig UART_NS16550 bool prompt "NS16550 serial driver" ifSERIAL
selectSERIAL_HAS_DRIVER
ifSERIAL
selectSERIAL_SUPPORT_INTERRUPT
ifSERIAL
depends onSERIAL
help This option enables the NS16550 serial driver. This driver can be used for the serial hardware available on x86 boards.
(Definitions include propagated dependencies, including from if’s and menus.)