kconfig: Turn pointless/confusing 'menuconfig's into 'config's
Same deal as in commit 677f1e6db9
("config: Turn pointless/confusing
'menuconfig's into 'config's"), for some newly introduced (or maybe
overlooked) stuff.
Also clean up formatting a bit, replacing spaces with tabs and
shortening the header.
Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
394f66b77e
commit
c8e5ca3852
5 changed files with 13 additions and 25 deletions
|
@ -1,10 +1,7 @@
|
|||
#
|
||||
# Copyright (c) 2018 Workaround GmbH
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
menuconfig LP5562
|
||||
config LP5562
|
||||
bool "LP5562 LED driver"
|
||||
depends on I2C
|
||||
help
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Kconfig - Microchip XEC QMSPI
|
||||
#
|
||||
|
||||
# Copyright (c) 2019 Microchip Technology Inc.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
menuconfig SPI_XEC_QMSPI
|
||||
config SPI_XEC_QMSPI
|
||||
bool "Microchip XEC QMSPI driver"
|
||||
default y
|
||||
depends on SOC_FAMILY_MEC
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
# Kconfig - NXP MCUX CSI driver configuration options
|
||||
|
||||
#
|
||||
# Copyright (c) 2019, Linaro Limited
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
menuconfig VIDEO_MCUX_CSI
|
||||
config VIDEO_MCUX_CSI
|
||||
bool "NXP MCUX CMOS Sensor Interface (CSI) driver"
|
||||
depends on HAS_MCUX_CSI
|
||||
|
|
|
@ -1,13 +1,10 @@
|
|||
# Kconfig - MT9m114
|
||||
|
||||
#
|
||||
# Copyright (c) 2016 Linaro Limited
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
menuconfig VIDEO_MT9M114
|
||||
bool "MT9M114 Aptina CMOS digital image sensor"
|
||||
depends on I2C
|
||||
help
|
||||
Enable driver for MT9M114 CMOS digital image sensor device.
|
||||
config VIDEO_MT9M114
|
||||
bool "MT9M114 Aptina CMOS digital image sensor"
|
||||
depends on I2C
|
||||
help
|
||||
Enable driver for MT9M114 CMOS digital image sensor device.
|
||||
|
|
|
@ -1,12 +1,9 @@
|
|||
# Kconfig - MT9m114
|
||||
|
||||
#
|
||||
# Copyright (c) 2016 Linaro Limited
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
menuconfig VIDEO_SW_GENERATOR
|
||||
bool "Video Software Generator"
|
||||
help
|
||||
Enable video pattern generator (for testing purpose).
|
||||
config VIDEO_SW_GENERATOR
|
||||
bool "Video Software Generator"
|
||||
help
|
||||
Enable video pattern generator (for testing purposes).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue