| # Copyright (c) 2018 Linaro Limited |
| # SPDX-License-Identifier: Apache-2.0 |
| bool "ARM PL011 UART Driver" |
| select SERIAL_SUPPORT_INTERRUPT |
| This option enables the UART driver for the PL011 |
| bool "Enable driver for UART 0" |
| Build the driver to utilize UART controller Port 0. |
| bool "Enable driver for UART 1" |
| Build the driver to utilize UART controller Port 1. |
| 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. |