2019-11-01 20:45:29 +08:00
|
|
|
# LiteX UART (LiteUART) configuration option
|
|
|
|
|
2019-03-28 21:37:03 +08:00
|
|
|
# Copyright (c) 2018 - 2019 Antmicro <www.antmicro.com>
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-10-22 05:07:23 +08:00
|
|
|
config UART_LITEUART
|
2019-03-28 21:37:03 +08:00
|
|
|
bool "LiteUART serial driver"
|
|
|
|
depends on SOC_RISCV32_LITEX_VEXRISCV
|
|
|
|
# currently not supporting interrupts due to a bug in LiteUART Tx IRQ
|
|
|
|
depends on !SERIAL_SUPPORT_INTERRUPT
|
|
|
|
select SERIAL_HAS_DRIVER
|
|
|
|
help
|
|
|
|
This option enables LiteUART serial driver.
|