:orphan: .. title:: UART_STELLARIS_PORT_0 .. option:: 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 =================== (\ :option:`UART_STELLARIS ` && \ :option:`SOC_TI_LM3S6965 `) || (\ :option:`UART_STELLARIS ` && \ :option:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/arm/ti_lm3s6965/Kconfig.defconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/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 ``/serial/Kconfig.stellaris:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:24`` → ``/serial/Kconfig:83`` 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.)*