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_DEVICE_STACK
&& BOARD_BL654_USB
) || (USB_DEVICE_STACK
&& BOARD_DEGU_EVK
) || SERIAL
(Includes any dependencies from ifs and menus.)
Defaults
y
y
Symbols that select this symbol
Kconfig definitions
At <Zephyr>/boards/arm/bl654_usb/Kconfig.defconfig:28
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config UART_LINE_CTRL
bool
default y
depends on USB_DEVICE_STACK && BOARD_BL654_USB
At <Zephyr>/boards/arm/degu_evk/Kconfig.defconfig:19
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config UART_LINE_CTRL
bool
default y
depends on USB_DEVICE_STACK && BOARD_DEGU_EVK
At <Zephyr>/drivers/serial/Kconfig:75
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:26
Menu path: (Top) → Device Drivers → Serial Drivers
config UART_LINE_CTRL
bool "Enable Serial Line Control API"
depends on SERIAL
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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)