:orphan: .. title:: CONFIG_SERIAL_HAS_DRIVER .. kconfig:: CONFIG_SERIAL_HAS_DRIVER CONFIG_SERIAL_HAS_DRIVER ######################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This is an option to be enabled by individual serial driver to signal that there is a serial driver. This is being used by other drivers which are dependent on serial. Direct dependencies =================== \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`UART_TELINK_B91 ` - \ :kconfig:`UART_NS16550 ` - \ :kconfig:`UART_MCUX ` - \ :kconfig:`UART_MCUX_FLEXCOMM ` - \ :kconfig:`UART_MCUX_IUART ` - \ :kconfig:`UART_MCUX_LPSCI ` - \ :kconfig:`UART_MCUX_LPUART ` - \ :kconfig:`UART_MIV ` - \ :kconfig:`UART_IMX ` - \ :kconfig:`UART_STELLARIS ` - \ :kconfig:`UART_NATIVE_POSIX ` - \ :kconfig:`USART_SAM ` - \ :kconfig:`UART_SAM ` - \ :kconfig:`UART_STM32 ` - \ :kconfig:`UART_NRFX ` - \ :kconfig:`UART_ALTERA_JTAG ` - \ :kconfig:`UART_CC13XX_CC26XX ` - \ :kconfig:`UART_CC32XX ` - \ :kconfig:`UART_CMSDK_APB ` - \ :kconfig:`UART_SIFIVE ` - \ :kconfig:`UART_ESP32 ` - \ :kconfig:`UART_ROM_ESP32C3 ` - \ :kconfig:`UART_ROM_ESP32S2 ` - \ :kconfig:`UART_GECKO ` - \ :kconfig:`LEUART_GECKO ` - \ :kconfig:`UART_MSP432P4XX ` - \ :kconfig:`UART_NUMICRO ` - \ :kconfig:`UART_SAM0 ` - \ :kconfig:`UART_PSOC6 ` - \ :kconfig:`UART_PL011 ` - \ :kconfig:`UART_RV32M1_LPUART ` - \ :kconfig:`UART_LITEUART ` - \ :kconfig:`UART_RTT_0 ` - \ :kconfig:`UART_RTT_1 ` - \ :kconfig:`UART_RTT_2 ` - \ :kconfig:`UART_RTT_3 ` - \ :kconfig:`UART_XLNX_PS ` - \ :kconfig:`UART_XLNX_UARTLITE ` - \ :kconfig:`UART_XMC4XXX ` - \ :kconfig:`UART_LPC11U6X ` - \ :kconfig:`UART_NPCX ` - \ :kconfig:`UART_APBUART ` - \ :kconfig:`UART_RCAR ` - \ :kconfig:`UART_XEC ` - \ :kconfig:`USB_CDC_ACM ` Kconfig definition ================== At ``/serial/Kconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig config SERIAL_HAS_DRIVER bool depends on SERIAL help This is an option to be enabled by individual serial driver to signal that there is a serial driver. This is being used by other drivers which are dependent on serial. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*