2019-11-01 20:45:29 +08:00
|
|
|
# Mi-V UART configuration option
|
2019-04-06 21:08:09 +08:00
|
|
|
|
2018-06-11 01:02:14 +08:00
|
|
|
# Copyright (c) 2018 Antmicro <www.antmicro.com>
|
2019-11-01 20:45:29 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2018-06-11 01:02:14 +08:00
|
|
|
|
2019-10-22 07:04:04 +08:00
|
|
|
config UART_MIV
|
2018-06-11 01:02:14 +08:00
|
|
|
bool "Mi-V serial driver"
|
2022-07-21 02:46:30 +08:00
|
|
|
default y
|
2023-04-28 20:37:21 +08:00
|
|
|
depends on DT_HAS_MICROCHIP_COREUART_ENABLED
|
2018-06-11 01:02:14 +08:00
|
|
|
select SERIAL_HAS_DRIVER
|
|
|
|
help
|
|
|
|
This option enables the Mi-V serial driver.
|