The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_UART_STELLARIS_PORT_0

Enable Stellaris UART Port 0

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 ifs and menus.)

Default

  • y

Kconfig definitions

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

Included via Kconfig:8Kconfig.zephyr:27

Menu path: (Top)

config UART_STELLARIS_PORT_0
    bool
    default y
    depends on UART_STELLARIS && SOC_TI_LM3S6965

At drivers/serial/Kconfig.stellaris:17

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:26drivers/serial/Kconfig:106

Menu path: (Top) → Device Drivers → Serial Drivers → Stellaris serial driver

config UART_STELLARIS_PORT_0
    bool "Enable Stellaris UART Port 0"
    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.)