:orphan: .. title:: CONFIG_UART_STELLARIS_PORT_0 .. kconfig:: CONFIG_UART_STELLARIS_PORT_0 CONFIG_UART_STELLARIS_PORT_0 ############################ *Enable Stellaris UART Port 0* Type: ``bool`` Help ==== .. code-block:: none This tells the driver to configure the UART port at boot, depending on the additional configure options below. Direct dependencies =================== (\ :kconfig:`UART_STELLARIS ` && \ :kconfig:`SOC_TI_LM3S6965 `) || (\ :kconfig:`UART_STELLARIS ` && \ :kconfig:`SOC_TI_LM3S6965 `) || (\ :kconfig:`UART_STELLARIS ` && \ :kconfig:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/arm/ti_lm3s6965/Kconfig.defconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config UART_STELLARIS_PORT_0 bool default y depends on UART_STELLARIS && SOC_TI_LM3S6965 ---- At ``/arm/ti_lm3s6965/Kconfig.defconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config UART_STELLARIS_PORT_0 bool default y depends on UART_STELLARIS && SOC_TI_LM3S6965 ---- At ``/serial/Kconfig.stellaris:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:106`` Menu path: (Top) → Device Drivers → Serial Drivers → Stellaris serial driver .. code-block:: kconfig 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.)*