:orphan: .. title:: CONFIG_UART_PL011 .. kconfig:: CONFIG_UART_PL011 CONFIG_UART_PL011 ################# *ARM PL011 UART Driver* Type: ``bool`` Help ==== .. code-block:: none This option enables the UART driver for the PL011 Direct dependencies =================== (\ :kconfig:`SERIAL ` && \ :kconfig:`BOARD_MUSCA_B1 `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`BOARD_MUSCA_S1 `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_EOS_S3 `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_EOS_S3 `) || \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y Symbols selected by this symbol =============================== - \ :kconfig:`SERIAL_HAS_DRIVER ` - \ :kconfig:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definitions =================== At ``/arm/v2m_musca_b1/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config UART_PL011 bool default y depends on SERIAL && BOARD_MUSCA_B1 ---- At ``/arm/v2m_musca_s1/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config UART_PL011 bool default y depends on SERIAL && BOARD_MUSCA_S1 ---- At ``/arm/quicklogic_eos_s3/Kconfig.defconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config UART_PL011 bool default y depends on SERIAL && SOC_EOS_S3 ---- At ``/arm/quicklogic_eos_s3/Kconfig.defconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config UART_PL011 bool default y depends on SERIAL && SOC_EOS_S3 ---- At ``/serial/Kconfig.pl011:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:146`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig menuconfig UART_PL011 bool "ARM PL011 UART Driver" select SERIAL_HAS_DRIVER select SERIAL_SUPPORT_INTERRUPT depends on SERIAL help This option enables the UART driver for the PL011 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*