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

UART_PL011 && SERIAL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/serial/Kconfig.pl011:23

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:24<Zephyr>/drivers/serial/Kconfig:119

Menu path: (Top) → Device Drivers → Serial Drivers → ARM PL011 UART Driver

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.)