d0a6f682d1
Same deal as in https://github.com/zephyrproject-rtos/zephyr/pull/20280, for newly-introduced stuff. Will avoid failures with the new CI test in https://github.com/zephyrproject-rtos/ci-tools/pull/112, though it only checks changed files. Also fix some un-indented properties on choices. Choice properties work the same as symbol properties syntactically. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
11 lines
260 B
Plaintext
11 lines
260 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"
|
|
depends on HAS_RV32M1_LPSPI && CLOCK_CONTROL
|
|
help
|
|
Enable the RV32M1 LPSPI driver.
|