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 
Kconfig definitions¶
At <Zephyr Boards>/arm/bl654_usb/Kconfig.defconfig:31
Included via Kconfig:8 → 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:22
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config UART_LINE_CTRL
    bool
    default y
    depends on USB_DEVICE_STACK && BOARD_DEGU_EVK
At <Zephyr Driver>/serial/Kconfig:68
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/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.)