zephyr/drivers/spi/Kconfig.rv32m1_lpspi
Ulf Magnusson d0a6f682d1 kconfig: Fix up newly-introduced copy-pasted headers
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>
2019-11-19 15:25:08 -05:00

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.