CONFIG_UART_STELLARIS_PORT_2
Enable Stellaris UART Port 2
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
&& SOC_TI_LM3S6965
) || (UART_STELLARIS
&& SERIAL
)
(Includes any dependencies from ifs and menus.)
Defaults
y
y
Kconfig definitions
At <Zephyr>/soc/arm/ti_lm3s6965/Kconfig.defconfig:27
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config UART_STELLARIS_PORT_2
bool
default y
depends on UART_STELLARIS && SOC_TI_LM3S6965
At <Zephyr>/soc/arm/ti_lm3s6965/Kconfig.defconfig:27
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
Menu path: (Top)
config UART_STELLARIS_PORT_2
bool
default y
depends on UART_STELLARIS && SOC_TI_LM3S6965
At <Zephyr>/drivers/serial/Kconfig.stellaris:33
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:26
→ <Zephyr>/drivers/serial/Kconfig:122
Menu path: (Top) → Device Drivers → Serial Drivers → Stellaris serial driver
config UART_STELLARIS_PORT_2
bool "Enable Stellaris UART Port 2"
depends on UART_STELLARIS && SERIAL
help
This tells the driver to configure the UART port at boot, depending on
the additional configure options below.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)