:orphan: .. title:: UART_STELLARIS .. option:: CONFIG_UART_STELLARIS *Stellaris serial driver* Type: ``bool`` Help ==== .. code-block:: none This option enables the Stellaris serial driver. This specific driver can be used for the serial hardware available at the Texas Instrument LM3S6965 board. Direct dependencies =================== \ :option:`SOC_TI_LM3S6965 ` && \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`SERIAL_HAS_DRIVER ` - \ :option:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definition ================== At ``/serial/Kconfig.stellaris:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:24`` → ``/serial/Kconfig:83`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig menuconfig UART_STELLARIS bool "Stellaris serial driver" select SERIAL_HAS_DRIVER select SERIAL_SUPPORT_INTERRUPT depends on SOC_TI_LM3S6965 && SERIAL help This option enables the Stellaris serial driver. This specific driver can be used for the serial hardware available at the Texas Instrument LM3S6965 board. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*