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:
Ulf Magnusson 2019-12-23 12:00:46 +01:00 committed by Maureen Helm
commit 0fb370b257

View file

@ -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