1# LiteX UART configuration option
2
3# Copyright (c) 2018 - 2019 Antmicro <www.antmicro.com>
4# SPDX-License-Identifier: Apache-2.0
5
6config UART_LITEX
7	bool "LiteX serial driver"
8	default y
9	depends on DT_HAS_LITEX_UART_ENABLED
10	select SERIAL_HAS_DRIVER
11	select SERIAL_SUPPORT_INTERRUPT
12	help
13	  This option enables LiteX UART serial driver.
14