:orphan: .. title:: UART_PL011_SBSA .. option:: CONFIG_UART_PL011_SBSA *Enable SBSA UART* Type: ``bool`` 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. Direct dependencies =================== \ :option:`UART_PL011 ` && \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/serial/Kconfig.pl011:23`` 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_SBSA bool "Enable SBSA UART" depends on \ :option:`UART_PL011 ` && \ :option:`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.)*