:orphan: .. title:: UART_STELLARIS_PORT_2 .. option:: 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 =================== (\ :option:`UART_STELLARIS ` && \ :option:`SOC_TI_LM3S6965 `) || (\ :option:`UART_STELLARIS ` && \ :option:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/ti_lm3s6965/Kconfig.defconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config UART_STELLARIS_PORT_2 bool default y depends on \ :option:`UART_STELLARIS ` && \ :option:`SOC_TI_LM3S6965 ` ---- At ``drivers/serial/Kconfig.stellaris:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` → ``drivers/serial/Kconfig:83`` Menu path: (Top) → Device Drivers → Serial Drivers → Stellaris serial driver .. parsed-literal:: config UART_STELLARIS_PORT_2 bool "Enable Stellaris UART Port 2" depends on \ :option:`UART_STELLARIS ` && \ :option:`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.)*