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>
This commit is contained in:
parent
0d6e853edc
commit
0fb370b257
1 changed files with 1 additions and 4 deletions
|
@ -1,11 +1,8 @@
|
|||
#
|
||||
# Copyright (c) 2016, Freescale Semiconductor, Inc.
|
||||
# Copyright (c) 2017,2019, NXP
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
menuconfig SPI_MCUX_FLEXCOMM
|
||||
config SPI_MCUX_FLEXCOMM
|
||||
bool "MCUX FLEXCOMM SPI driver"
|
||||
depends on HAS_MCUX_FLEXCOMM
|
||||
help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue