1# Mi-V UART configuration option
2
3# Copyright (c) 2018 Antmicro <www.antmicro.com>
4# SPDX-License-Identifier: Apache-2.0
5
6config UART_MIV
7	bool "Mi-V serial driver"
8	default y
9	depends on DT_HAS_MICROCHIP_COREUART_ENABLED
10	select SERIAL_HAS_DRIVER
11	help
12	  This option enables the Mi-V serial driver.
13