-
CONFIG_SERIAL_HAS_DRIVER
¶
(No prompt – not directly user assignable.)
Type: bool
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
UART_NS16550
UART_MCUX
USART_MCUX_LPC
UART_MCUX_LPSCI
UART_MCUX_LPUART
UART_MIV
UART_IMX
UART_STELLARIS
UART_NATIVE_POSIX
UART_NSIM
USART_SAM
UART_SAM
UART_QMSI
UART_STM32
UART_NRFX
UART_ALTERA_JTAG
UART_CC32XX
UART_CMSDK_APB
UART_SIFIVE
UART_ESP32
UART_GECKO
LEUART_GECKO
UART_MSP432P4XX
UART_SAM0
UART_PSOC6
UART_PL011
UART_RV32M1_LPUART
USB_CDC_ACM
Kconfig definition¶
At drivers/serial/Kconfig:18
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
Menu path: (top menu) → Device Drivers → Serial Drivers
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.
(Definitions include propagated dependencies, including from if’s and menus.)