:orphan: .. title:: CONFIG_UART_WIDE_DATA .. kconfig:: CONFIG_UART_WIDE_DATA CONFIG_UART_WIDE_DATA ##################### *Enable API to support data longer than 8-bit* Type: ``bool`` Help ==== .. code-block:: none This enables the API to process data longer than 8-bit. This is up to the driver to implement the necessary functions to properly support this. Direct dependencies =================== \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/serial/Kconfig:93`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig config UART_WIDE_DATA bool "Enable API to support data longer than 8-bit" depends on SERIAL help This enables the API to process data longer than 8-bit. This is up to the driver to implement the necessary functions to properly support this. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*