2019-11-01 13:45:29 +01:00
|
|
|
# Mi-V UART configuration option
|
2019-04-06 15:08:09 +02:00
|
|
|
|
2018-06-10 19:02:14 +02:00
|
|
|
# Copyright (c) 2018 Antmicro <www.antmicro.com>
|
2019-11-01 13:45:29 +01:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2018-06-10 19:02:14 +02:00
|
|
|
|
2019-10-22 01:04:04 +02:00
|
|
|
config UART_MIV
|
2018-06-10 19:02:14 +02:00
|
|
|
bool "Mi-V serial driver"
|
|
|
|
depends on SOC_RISCV32_MIV
|
|
|
|
select SERIAL_HAS_DRIVER
|
|
|
|
help
|
|
|
|
This option enables the Mi-V serial driver.
|