1# RV32M1 SDK LPUART 2 3# Copyright (c) 2018 Foundries.io 4# SPDX-License-Identifier: Apache-2.0 5 6config UART_RV32M1_LPUART 7 bool "RV32M1 LPUART driver" 8 default y 9 depends on DT_HAS_OPENISA_RV32M1_LPUART_ENABLED 10 depends on CLOCK_CONTROL 11 select SERIAL_HAS_DRIVER 12 select SERIAL_SUPPORT_INTERRUPT 13 select PINCTRL 14 help 15 Enable the RV32M1 LPUART driver. 16