:orphan: .. title:: CONFIG_UART_XEC_LINE_CTRL .. kconfig:: CONFIG_UART_XEC_LINE_CTRL CONFIG_UART_XEC_LINE_CTRL ######################### *Enable Serial Line Control for Apps* Type: ``bool`` Help ==== .. code-block:: none This enables the API for apps to control the serial line, such as CTS and RTS. Says n if not sure. Direct dependencies =================== \ :kconfig:`UART_LINE_CTRL ` && \ :kconfig:`UART_XEC ` && \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/serial/Kconfig.xec:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:166`` Menu path: (Top) → Device Drivers → Serial Drivers → Microchip XEC family UART driver .. code-block:: kconfig config UART_XEC_LINE_CTRL bool "Enable Serial Line Control for Apps" depends on UART_LINE_CTRL && UART_XEC && SERIAL help This enables the API for apps to control the serial line, such as CTS and RTS. Says n if not sure. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*