16 lines
352 B
Plaintext
16 lines
352 B
Plaintext
# RV32M1 SDK LPUART
|
|
|
|
# Copyright (c) 2018 Foundries.io
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config UART_RV32M1_LPUART
|
|
bool "RV32M1 LPUART driver"
|
|
default y
|
|
depends on DT_HAS_OPENISA_RV32M1_LPUART_ENABLED
|
|
depends on CLOCK_CONTROL
|
|
select SERIAL_HAS_DRIVER
|
|
select SERIAL_SUPPORT_INTERRUPT
|
|
select PINCTRL
|
|
help
|
|
Enable the RV32M1 LPUART driver.
|