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 default y 7 depends on DT_HAS_GAISLER_APBUART_ENABLED 8 select SERIAL_HAS_DRIVER 9 select SERIAL_SUPPORT_INTERRUPT 10 help 11 This option enables the APBUART driver for LEON processors. 12