:orphan: .. title:: UART_PL011_PORT1 .. option:: CONFIG_UART_PL011_PORT1 *Enable driver for UART 1* Type: ``bool`` Help ==== Build the driver to utilize UART controller Port 1. Direct dependencies =================== (\ :option:`SERIAL ` && \ :option:`BOARD_MUSCA_A `) || (\ :option:`SERIAL ` && \ :option:`BOARD_MUSCA_B1 `) || (\ :option:`SERIAL ` && \ :option:`BOARD_MUSCA_S1 `) || (\ :option:`SERIAL ` && \ :option:`SOC_EOS_S3 `) || (\ :option:`UART_PL011 ` && \ :option:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - n Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/v2m_musca/Kconfig.defconfig:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config UART_PL011_PORT1 bool default y depends on \ :option:`SERIAL ` && \ :option:`BOARD_MUSCA_A ` ---- At ``boards/arm/v2m_musca_b1/Kconfig.defconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config UART_PL011_PORT1 bool default y depends on \ :option:`SERIAL ` && \ :option:`BOARD_MUSCA_B1 ` ---- At ``boards/arm/v2m_musca_s1/Kconfig.defconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config UART_PL011_PORT1 bool default y depends on \ :option:`SERIAL ` && \ :option:`BOARD_MUSCA_S1 ` ---- At ``soc/arm/quicklogic_eos_s3/Kconfig.defconfig:26`` 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_PL011_PORT1 bool default n depends on \ :option:`SERIAL ` && \ :option:`SOC_EOS_S3 ` ---- At ``drivers/serial/Kconfig.pl011:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` → ``drivers/serial/Kconfig:119`` Menu path: (Top) → Device Drivers → Serial Drivers → ARM PL011 UART Driver .. parsed-literal:: config UART_PL011_PORT1 bool "Enable driver for UART 1" depends on \ :option:`UART_PL011 ` && \ :option:`SERIAL ` help Build the driver to utilize UART controller Port 1. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*