| # Mi-V UART configuration option | |
| # Copyright (c) 2018 Antmicro <www.antmicro.com> | |
| # SPDX-License-Identifier: Apache-2.0 | |
| config UART_MIV | |
| bool "Mi-V serial driver" | |
| depends on SOC_RISCV32_MIV | |
| select SERIAL_HAS_DRIVER | |
| select SERIAL_SUPPORT_INTERRUPT | |
| help | |
| This option enables the Mi-V serial driver. |