Zero got removed from the litex uart compatible, as it now supports multiple instances. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
13 lines
339 B
Text
13 lines
339 B
Text
# LiteX UART configuration option
|
|
|
|
# Copyright (c) 2018 - 2019 Antmicro <www.antmicro.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config UART_LITEX
|
|
bool "LiteX serial driver"
|
|
default y
|
|
depends on DT_HAS_LITEX_UART_ENABLED
|
|
select SERIAL_HAS_DRIVER
|
|
select SERIAL_SUPPORT_INTERRUPT
|
|
help
|
|
This option enables LiteX UART serial driver.
|