1# Copyright (c) 2019-2020 Cobham Gaisler AB
2# SPDX-License-Identifier: Apache-2.0
3
4config UART_APBUART
5 bool "ABPUART serial driver"
6 depends on SOC_SPARC_LEON
7 select SERIAL_HAS_DRIVER
8 select SERIAL_SUPPORT_INTERRUPT
9 help
10 This option enables the APBUART driver for LEON processors.
11