kconfig: Clean up 'config FOO' (two spaces) definitions

Must've been copy-pasted around.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-11-01 14:00:09 +01:00 committed by Anas Nashif
parent 1d7155cb4b
commit 1f38ea77ba
31 changed files with 32 additions and 32 deletions

View File

@ -144,7 +144,7 @@ config ARC_CONNECT
ARC is configured with ARC CONNECT which is a hardware for connecting
multi cores.
config ARC_STACK_CHECKING
config ARC_STACK_CHECKING
bool
help
Use ARC STACK_CHECKING to do stack protection

View File

@ -3,6 +3,6 @@
# Copyright (c) 2019 Laird Connectivity
# SPDX-License-Identifier: Apache-2.0
config BOARD_BL652_DVK
config BOARD_BL652_DVK
bool "BL652 DVK"
depends on SOC_NRF52832_QFAA

View File

@ -3,6 +3,6 @@
# Copyright (c) 2019 Laird Connectivity
# SPDX-License-Identifier: Apache-2.0
config BOARD_BL654_DVK
config BOARD_BL654_DVK
bool "BL654 DVK"
depends on SOC_NRF52840_QIAA

View File

@ -2,6 +2,6 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_CC3220SF_LAUNCHXL
config BOARD_CC3220SF_LAUNCHXL
bool "TI CC3220SF LAUNCHXL"
depends on SOC_CC3220SF

View File

@ -3,6 +3,6 @@
# Copyright (c) 2019, Texas Instruments Incorporated
# SPDX-License-Identifier: Apache-2.0
config BOARD_CC3235SF_LAUNCHXL
config BOARD_CC3235SF_LAUNCHXL
bool "TI CC3235SF LAUNCHXL"
depends on SOC_CC3235SF

View File

@ -3,6 +3,6 @@
# Copyright (c) 2019 Atmark Techno, Inc.
# SPDX-License-Identifier: Apache-2.0
config BOARD_DEGU_EVK
config BOARD_DEGU_EVK
bool "DEGU_EVK"
depends on SOC_NRF52840_QIAA

View File

@ -3,6 +3,6 @@
# Copyright (c) 2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config BOARD_NRF52810_PCA10040
config BOARD_NRF52810_PCA10040
bool "nRF52810 PCA10040"
depends on SOC_NRF52810_QFAA

View File

@ -3,6 +3,6 @@
# Copyright (c) 2019 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config BOARD_NRF52811_PCA10056
config BOARD_NRF52811_PCA10056
bool "nRF52811 PCA10056"
depends on SOC_NRF52811_QFAA

View File

@ -3,6 +3,6 @@
# Copyright (c) 2018 makerdiary.com.
# SPDX-License-Identifier: Apache-2.0
config BOARD_NRF52832_MDK
config BOARD_NRF52832_MDK
bool "nRF52832-MDK"
depends on SOC_NRF52832_QFAA

View File

@ -3,6 +3,6 @@
# Copyright (c) 2018 Electronut Labs
# SPDX-License-Identifier: Apache-2.0
config BOARD_NRF52840_BLIP
config BOARD_NRF52840_BLIP
bool "Electronut Labs Blip"
depends on SOC_NRF52840_QIAA

View File

@ -3,6 +3,6 @@
# Copyright (c) 2018 makerdiary.com
# SPDX-License-Identifier: Apache-2.0
config BOARD_NRF52840_MDK
config BOARD_NRF52840_MDK
bool "NRF52840-MDK"
depends on SOC_NRF52840_QIAA

View File

@ -3,6 +3,6 @@
# Copyright (c) 2018 Electronut Labs
# SPDX-License-Identifier: Apache-2.0
config BOARD_NRF52840_PAPYR
config BOARD_NRF52840_PAPYR
bool "NRF52840 PAPYR"
depends on SOC_NRF52840_QIAA

View File

@ -3,6 +3,6 @@
# Copyright (c) 2018 Matthias Boesl
# SPDX-License-Identifier: Apache-2.0
config BOARD_PARTICLE_ARGON
config BOARD_PARTICLE_ARGON
bool "Particle Argon Board"
depends on SOC_NRF52840_QIAA

View File

@ -3,6 +3,6 @@
# Copyright (c) 2018 Peter Bigot Consulting, LLC
# SPDX-License-Identifier: Apache-2.0
config BOARD_PARTICLE_BORON
config BOARD_PARTICLE_BORON
bool "Particle Boron Board"
depends on SOC_NRF52840_QIAA

View File

@ -3,6 +3,6 @@
# Copyright (c) 2018 Endre Karlson
# SPDX-License-Identifier: Apache-2.0
config BOARD_PARTICLE_XENON
config BOARD_PARTICLE_XENON
bool "Particle Xenon Board"
depends on SOC_NRF52840_QIAA

View File

@ -3,10 +3,10 @@
# Copyright (c) 2018-2019 PHYTEC Messtechnik GmbH
# SPDX-License-Identifier: Apache-2.0
config BOARD_REEL_BOARD
config BOARD_REEL_BOARD
bool "reel board equipped with GDEH0213B1 display"
depends on SOC_NRF52840_QIAA
config BOARD_REEL_BOARD_V2
config BOARD_REEL_BOARD_V2
bool "reel board equipped with GDEH0213B72 display"
depends on SOC_NRF52840_QIAA

View File

@ -3,7 +3,7 @@
# Copyright (c) 2017 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config BOARD_QEMU_XTENSA
config BOARD_QEMU_XTENSA
bool "Xtensa emulation using QEMU"
depends on SOC_XTENSA_SAMPLE_CONTROLLER
select QEMU_TARGET

View File

@ -3,7 +3,7 @@
# Copyright (c) 2017 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
menuconfig IEEE802154_KW41Z
menuconfig IEEE802154_KW41Z
bool "NXP KW41Z Driver support"
depends on NETWORKING
select REQUIRES_FULL_LIBC

View File

@ -3,7 +3,7 @@
# Copyright (c) 2017 PHYTEC Messtechnik GmbH
# SPDX-License-Identifier: Apache-2.0
menuconfig IEEE802154_MCR20A
menuconfig IEEE802154_MCR20A
bool "NXP MCR20A Driver support"
depends on NETWORKING && SPI

View File

@ -80,7 +80,7 @@ config SLIP_STATISTICS
help
This option enables statistics support for SLIP driver.
config SLIP_TAP
config SLIP_TAP
bool "Use TAP interface to host"
default y
select NET_L2_ETHERNET

View File

@ -12,7 +12,7 @@ menuconfig HP206C
if HP206C
config HP206C_DRV_NAME
config HP206C_DRV_NAME
string "Driver's name"
default "hp206c"
help

View File

@ -179,7 +179,7 @@ config THREAD_STACK_INFO
This option allows each thread to store the thread stack info into
the k_thread data structure.
config THREAD_CUSTOM_DATA
config THREAD_CUSTOM_DATA
bool "Thread custom data"
help
This option allows each thread to store 32 bits of custom data,

View File

@ -3,7 +3,7 @@
# Copyright (c) 2016 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config BOARD_NRF52840_PCA10056
config BOARD_NRF52840_PCA10056
bool "NRF52840 PCA10056"
select HAS_DTS_GPIO
depends on SOC_NRF52840_QIAA

View File

@ -4,7 +4,7 @@
# Copyright (c) 2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_NRF51X
config SOC_SERIES_NRF51X
bool "Nordic Semiconductor nRF51 series MCU"
select CPU_CORTEX_M0
select SOC_FAMILY_NRF

View File

@ -3,7 +3,7 @@
# Copyright (c) 2016-2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_NRF52X
config SOC_SERIES_NRF52X
bool "Nordic Semiconductor nRF52 series MCU"
select SOC_COMPATIBLE_NRF52X
select CPU_CORTEX_M4

View File

@ -3,7 +3,7 @@
# Copyright (c) 2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_NRF91X
config SOC_SERIES_NRF91X
bool "Nordic Semiconductor nRF91 series MCU"
select CPU_CORTEX_M33
select CPU_HAS_ARM_MPU

View File

@ -20,7 +20,7 @@ endif # GPIO_STM32
if I2C_STM32
config I2C_STM32_V2
config I2C_STM32_V2
default y
endif # I2C_STM32

View File

@ -12,7 +12,7 @@ config SOC_SERIES
if I2C_STM32
config I2C_STM32_V1
config I2C_STM32_V1
default y
endif # I2C_STM32

View File

@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_CC2650
config SOC_SERIES_CC2650
bool "TI SimpleLink Family CC2650"
select CPU_CORTEX_M3
select SOC_FAMILY_TISIMPLELINK

View File

@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_CC32XX
config SOC_SERIES_CC32XX
bool "TI SimpleLink Family"
select CPU_CORTEX_M4
select SOC_FAMILY_TISIMPLELINK

View File

@ -64,7 +64,7 @@ config NET_BUF_POOL_USAGE
endif # NET_BUF
config NETWORKING
config NETWORKING
bool "Link layer and IP networking support"
select NET_BUF
select POLL