The latest development version of this page may be more current than this released 1.14.0 version.
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

Kconfig definitions

At soc/arm/ti_lm3s6965/Kconfig.defconfig:29

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config UART_STELLARIS_PORT_1
    bool
    default "y" if UART_STELLARIS && SOC_TI_LM3S6965
    depends on UART_STELLARIS && SOC_TI_LM3S6965

At drivers/serial/Kconfig.stellaris:25

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:22drivers/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" if UART_STELLARIS && SERIAL
    depends on UART_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.)