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:
parent
e31199a3d4
commit
d28e1f6bcb
7 changed files with 14 additions and 25 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
# Kconfig - i.MX RT1010
|
||||
#
|
||||
# i.MX RT1010
|
||||
|
||||
# Copyright (c) 2019, NXP
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
if SOC_MIMXRT1011
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue