zephyr/drivers/spi/Kconfig.mcux_flexcomm
Ulf Magnusson 0fb370b257 drivers: spi: kconfig: Turn pointless 'menuconfig' into 'config'
Same deal as in commit 677f1e6 ("config: Turn pointless/confusing
'menuconfig's into 'config's"), for a newly-introduced SPI_MCUX_FLEXCOMM
symbol.

Also clean up the header to be consistent with recent cleanups.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2020-01-03 07:32:32 -06:00

10 lines
264 B
Plaintext

# Copyright (c) 2016, Freescale Semiconductor, Inc.
# Copyright (c) 2017,2019, NXP
# SPDX-License-Identifier: Apache-2.0
config SPI_MCUX_FLEXCOMM
bool "MCUX FLEXCOMM SPI driver"
depends on HAS_MCUX_FLEXCOMM
help
Enable support for mcux flexcomm spi driver.