-
CONFIG_UART_STELLARIS
¶
Stellaris serial driver
Type: bool
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/drivers/serial/Kconfig.stellaris:3
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:24
→ <Zephyr>/drivers/serial/Kconfig:83
Menu path: (Top) → Device Drivers → Serial Drivers
menuconfig UART_STELLARIS bool "Stellaris serial driver" selectSERIAL_HAS_DRIVER
selectSERIAL_SUPPORT_INTERRUPT
depends onSOC_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.)