CONFIG_UART_WIDE_DATA
Enable API to support data longer than 8-bit
Type: bool
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.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/drivers/serial/Kconfig:93
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:26
Menu path: (Top) → Device Drivers → Serial Drivers
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.)