-
CONFIG_UART_STELLARIS_PORT_1
¶
Enable Stellaris UART Port 1
Type: bool
Help¶
This tells the driver to configure the UART port at boot, depending on the additional configure options below.
Direct dependencies¶
(UART_STELLARIS
&& SOC_TI_LM3S6965
) || (UART_STELLARIS
&& SERIAL
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
UART_STELLARIS
&&SOC_TI_LM3S6965
Kconfig definitions¶
At soc/arm/ti_lm3s6965/Kconfig.defconfig:29
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config UART_STELLARIS_PORT_1 bool default "y" ifUART_STELLARIS
&&SOC_TI_LM3S6965
depends onUART_STELLARIS
&&SOC_TI_LM3S6965
At drivers/serial/Kconfig.stellaris:25
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:79
Menu path: (top menu) → Device Drivers → Serial Drivers → Stellaris serial driver
menuconfig UART_STELLARIS_PORT_1 bool prompt "Enable Stellaris UART Port 1" ifUART_STELLARIS
&&SERIAL
depends onUART_STELLARIS
&&SERIAL
help This tells the driver to configure the UART port at boot, depending on the additional configure options below.
(Definitions include propagated dependencies, including from if’s and menus.)