kconfig: Turn pointless 'menuconfig's into 'config's

Same deal as in commit 677f1e6 ("config: Turn pointless/confusing
'menuconfig's into 'config's"), for a newly-introduced stuff.

Also clean up headers to be consistent with recent cleanups.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2020-01-24 23:32:57 +01:00 committed by Anas Nashif
commit d28e1f6bcb
7 changed files with 14 additions and 25 deletions

View file

@ -1,9 +1,7 @@
# Kconfig - MIMXRT1010-EVK board
#
# MIMXRT1010-EVK board
# Copyright (c) 2019, NXP
#
# SPDX-License-Identifier: Apache-2.0
#
if BOARD_MIMXRT1010_EVK

View file

@ -1,9 +1,7 @@
# Kconfig - MM-SWIFTIO board
#
# MM-SWIFTIO board
# Copyright (c) 2019, MADMACHINE LIMITED
#
# SPDX-License-Identifier: Apache-2.0
#
if BOARD_MM_SWIFTIO

View file

@ -3,7 +3,7 @@
# Copyright (c) 2019 Antmicro <www.antmicro.com>
# SPDX-License-Identifier: Apache-2.0
menuconfig ENTROPY_LITEX_RNG
config ENTROPY_LITEX_RNG
bool "PRBS RNG driver"
depends on SOC_RISCV32_LITEX_VEXRISCV
select ENTROPY_HAS_DRIVER

View file

@ -1,10 +1,7 @@
#
# Copyright (c) 2019 Antmicro <www.antmicro.com>
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig I2C_LITEX
config I2C_LITEX
bool "LiteX I2C driver"
depends on SOC_RISCV32_LITEX_VEXRISCV
select HAS_DTS_I2C

View file

@ -3,7 +3,7 @@
# Copyright (c) 2019 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
menuconfig I2C_XEC
config I2C_XEC
bool "XEC Microchip I2C driver"
depends on SOC_FAMILY_MEC
help

View file

@ -1,11 +1,9 @@
# Kconfig.gecko - Gecko SPI configuration option
#
# Copyright (c) 2019 Christian Taedcke <hacking@taedcke.com>
#
# SPDX-License-Identifier: Apache-2.0
#
# Gecko SPI configuration option
menuconfig SPI_GECKO
# Copyright (c) 2019 Christian Taedcke <hacking@taedcke.com>
# SPDX-License-Identifier: Apache-2.0
config SPI_GECKO
bool "Gecko SPI controller driver"
depends on HAS_SILABS_GECKO
depends on GPIO_GECKO

View file

@ -1,9 +1,7 @@
# Kconfig - i.MX RT1010
#
# i.MX RT1010
# Copyright (c) 2019, NXP
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_MIMXRT1011