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 && SERIAL)

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At <Zephyr>/soc/arm/ti_lm3s6965/Kconfig.defconfig:27

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/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>/drivers/serial/Kconfig.stellaris:33

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 → 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.)