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 if’s and menus.)

Defaults

Kconfig definitions

At arch/arm/soc/ti_lm3s6965/Kconfig.defconfig:26

Included via Kconfig:10Kconfig.zephyr:20

Menu path: (top menu)

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

At drivers/serial/Kconfig.stellaris:12

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:22drivers/serial/Kconfig:72

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

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