19 lines
458 B
Plaintext
19 lines
458 B
Plaintext
# Kconfig.miv - Mi-V UART configuration option
|
|
#
|
|
# Copyright (c) 2018 Antmicro <www.antmicro.com>
|
|
#
|
|
|
|
menuconfig UART_MIV
|
|
bool "Mi-V serial driver"
|
|
depends on SOC_RISCV32_MIV
|
|
select SERIAL_HAS_DRIVER
|
|
help
|
|
This option enables the Mi-V serial driver.
|
|
|
|
menuconfig UART_MIV_PORT_0
|
|
bool "Enable Mi-V Port 0"
|
|
depends on UART_MIV
|
|
help
|
|
This tells the driver to configure the UART port at boot, depending on
|
|
the additional configuration options below.
|