zephyr/drivers/spi/Kconfig.rv32m1_lpspi
Gerard Marull-Paretas c66f594c41 drivers: all: rv32m1: remove conditional support for pinctrl
The rvm32m1 platform always uses pinctrl, there's no need to keep
extra macrology around pinctrl. Also updated driver's Kconfig to `select
PINCTRL`.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-04-24 13:34:22 +02:00

14 lines
315 B
Plaintext

# RV32M1 SPI
# Copyright (c) 2019, Karsten Koenig <karsten.koenig.030@gmail.com>
# SPDX-License-Identifier: Apache-2.0
config SPI_RV32M1_LPSPI
bool "RV32M1 LPSPI driver"
default y
depends on DT_HAS_OPENISA_RV32M1_LPSPI_ENABLED
depends on CLOCK_CONTROL
select PINCTRL
help
Enable the RV32M1 LPSPI driver.