-
CONFIG_UART_LINE_CTRL
¶
Enable Serial Line Control API
Type: bool
Help¶
This enables the API for apps to control the serial line, such as baud rate, CTS and RTS.
Implementation is up to individual driver.
Says no if not sure.
Direct dependencies¶
(USB_UART_CONSOLE
&& USB
&& BOARD_TINYTILE
) || SERIAL
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
USB_UART_CONSOLE
&&USB
&&BOARD_TINYTILE
Kconfig definitions¶
At boards/x86/tinytile/Kconfig.defconfig:36
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_LINE_CTRL bool default "y" ifUSB_UART_CONSOLE
&&USB
&&BOARD_TINYTILE
depends onUSB_UART_CONSOLE
&&USB
&&BOARD_TINYTILE
At drivers/serial/Kconfig:45
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
Menu path: (top menu) → Device Drivers → Serial Drivers
config UART_LINE_CTRL bool prompt "Enable Serial Line Control API" ifSERIAL
depends onSERIAL
help This enables the API for apps to control the serial line, such as baud rate, CTS and RTS. Implementation is up to individual driver. Says no if not sure.
(Definitions include propagated dependencies, including from if’s and menus.)