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	depends on HAS_RV32M1_LPSPI && CLOCK_CONTROL
9	help
10	  Enable the RV32M1 LPSPI driver.
11