:orphan: .. title:: CONFIG_SERIAL_SUPPORT_WIDE_DATA .. kconfig:: CONFIG_SERIAL_SUPPORT_WIDE_DATA CONFIG_SERIAL_SUPPORT_WIDE_DATA ############################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This is an option to be enabled by individual serial driver to signal that the driver and hardware support data longer than 8-bit. Direct dependencies =================== \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/serial/Kconfig:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig config SERIAL_SUPPORT_WIDE_DATA bool depends on SERIAL help This is an option to be enabled by individual serial driver to signal that the driver and hardware support data longer than 8-bit. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*