:orphan: .. title:: CONFIG_UART_PL011_SBSA .. kconfig:: CONFIG_UART_PL011_SBSA CONFIG_UART_PL011_SBSA ###################### *Enable SBSA UART* Type: ``bool`` Help ==== .. code-block:: none Enable SBSA mode for PL011 driver. SBSA stands for Server Based System Architecture. This specification among other things defines simplified UART interface which is subset of PL011 interface. Direct dependencies =================== \ :kconfig:`UART_PL011 ` && \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/serial/Kconfig.pl011:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:146`` Menu path: (Top) → Device Drivers → Serial Drivers → ARM PL011 UART Driver .. code-block:: kconfig config UART_PL011_SBSA bool "Enable SBSA UART" depends on UART_PL011 && SERIAL help Enable SBSA mode for PL011 driver. SBSA stands for Server Based System Architecture. This specification among other things defines simplified UART interface which is subset of PL011 interface. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*