diff --git a/drivers/led/Kconfig.lp5562 b/drivers/led/Kconfig.lp5562 index 3f43bcb9274..cb3ac11747a 100644 --- a/drivers/led/Kconfig.lp5562 +++ b/drivers/led/Kconfig.lp5562 @@ -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 diff --git a/drivers/spi/Kconfig.xec_qmspi b/drivers/spi/Kconfig.xec_qmspi index da0c27aa9a0..c788e28ce32 100644 --- a/drivers/spi/Kconfig.xec_qmspi +++ b/drivers/spi/Kconfig.xec_qmspi @@ -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 diff --git a/drivers/video/Kconfig.mcux_csi b/drivers/video/Kconfig.mcux_csi index 1ffda5ed308..35039a11b3c 100644 --- a/drivers/video/Kconfig.mcux_csi +++ b/drivers/video/Kconfig.mcux_csi @@ -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 diff --git a/drivers/video/Kconfig.mt9m114 b/drivers/video/Kconfig.mt9m114 index b6965feb2aa..990b4397665 100644 --- a/drivers/video/Kconfig.mt9m114 +++ b/drivers/video/Kconfig.mt9m114 @@ -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. diff --git a/drivers/video/Kconfig.sw_generator b/drivers/video/Kconfig.sw_generator index 019f1f1dea5..a3948e2c096 100644 --- a/drivers/video/Kconfig.sw_generator +++ b/drivers/video/Kconfig.sw_generator @@ -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).