2019-11-01 13:45:29 +01:00
|
|
|
# Mi-V UART configuration option
|
2019-04-06 09:08:09 -04: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"
|
2022-07-20 13:46:30 -05:00
|
|
|
default y
|
2023-04-28 14:37:21 +02:00
|
|
|
depends on DT_HAS_MICROCHIP_COREUART_ENABLED
|
2018-06-10 19:02:14 +02:00
|
|
|
select SERIAL_HAS_DRIVER
|
|
|
|
help
|
|
|
|
This option enables the Mi-V serial driver.
|