1# RV32M1 SPI
2
3# Copyright (c) 2019, Karsten Koenig <karsten.koenig.030@gmail.com>
4# SPDX-License-Identifier: Apache-2.0
5
6config SPI_RV32M1_LPSPI
7	bool "RV32M1 LPSPI driver"
8	default y
9	depends on DT_HAS_OPENISA_RV32M1_LPSPI_ENABLED
10	depends on CLOCK_CONTROL
11	select PINCTRL
12	help
13	  Enable the RV32M1 LPSPI driver.
14