-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
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
config UART_PL011_SBSA bool "Enable SBSA UART" depends onUART_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.)