Skip to content

Commit d0a6f68

Browse files
ulfalizernashif
authored andcommitted
kconfig: Fix up newly-introduced copy-pasted headers
Same deal as in #20280, for newly-introduced stuff. Will avoid failures with the new CI test in zephyrproject-rtos/ci-tools#112, though it only checks changed files. Also fix some un-indented properties on choices. Choice properties work the same as symbol properties syntactically. Signed-off-by: Ulf Magnusson <[email protected]>
1 parent a9d58e8 commit d0a6f68

File tree

27 files changed

+63
-85
lines changed

27 files changed

+63
-85
lines changed

boards/arm/decawave_dwm1001_dev/Kconfig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Kconfig - DecaWave DWM1001 DEV board configuration
2-
#
1+
# DecaWave DWM1001 DEV board configuration
2+
33
# Copyright (c) 2019 Stéphane D'Alu
4-
#
54
# SPDX-License-Identifier: Apache-2.0
65

76
if BOARD_DECAWAVE_DWM1001_DEV
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# Kconfig - DecaWave DWM1001 board configuration
2-
#
1+
# DecaWave DWM1001 board configuration
2+
33
# Copyright (c) 2019 Stéphane D'Alu
4-
#
54
# SPDX-License-Identifier: Apache-2.0
65

7-
config BOARD_DECAWAVE_DWM1001_DEV
6+
config BOARD_DECAWAVE_DWM1001_DEV
87
bool "Decawave DWM1001-DEV"
98
depends on SOC_NRF52832_QFAA

boards/arm/decawave_dwm1001_dev/Kconfig.defconfig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Kconfig - DecaWave DWM1001 board configuration
2-
#
1+
# DecaWave DWM1001 board configuration
2+
33
# Copyright (c) 2019 Stéphane D'Alu
4-
#
54
# SPDX-License-Identifier: Apache-2.0
65

76
if BOARD_DECAWAVE_DWM1001_DEV

boards/arm/nrf52833_pca10100/Kconfig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Kconfig - nRF52833 PCA10100 board configuration
2-
#
1+
# nRF52833 PCA10100 board configuration
2+
33
# Copyright (c) 2019 Nordic Semiconductor ASA
4-
#
54
# SPDX-License-Identifier: Apache-2.0
65

76
if BOARD_NRF52833_PCA10100
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# Kconfig - nRF52833 PCA10100 board configuration
2-
#
1+
# nRF52833 PCA10100 board configuration
2+
33
# Copyright (c) 2019 Nordic Semiconductor ASA
4-
#
54
# SPDX-License-Identifier: Apache-2.0
65

7-
config BOARD_NRF52833_PCA10100
6+
config BOARD_NRF52833_PCA10100
87
bool "NRF52833 PCA10100"
98
depends on SOC_NRF52833_QIAA

boards/arm/nrf52833_pca10100/Kconfig.defconfig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Kconfig - nRF52833 PCA10100 board configuration
2-
#
1+
# nRF52833 PCA10100 board configuration
2+
33
# Copyright (c) 2019 Nordic Semiconductor ASA
4-
#
54
# SPDX-License-Identifier: Apache-2.0
65

76
if BOARD_NRF52833_PCA10100

boards/arm/twr_kv58f220m/Kconfig.board

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Kconfig - TWR-KV58F220M board configuration
2-
#
1+
# TWR-KV58F220M board configuration
2+
33
# Copyright (c) 2019 SEAL AG
4-
#
54
# SPDX-License-Identifier: Apache-2.0
65

76
config BOARD_TWR_KV58F220M

boards/arm/twr_kv58f220m/Kconfig.defconfig

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# Kconfig - TWR-KV58F220M board
2-
#
1+
# TWR-KV58F220M board
2+
33
# Copyright (c) 2019 SEAL AG
4-
#
54
# SPDX-License-Identifier: Apache-2.0
6-
#
75

86
if BOARD_TWR_KV58F220M
97

drivers/dma/Kconfig.stm32

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Kconfig - DMA configuration options
2-
#
3-
#
1+
# DMA configuration options
2+
43
# Copyright (c) 2016 Intel Corporation
54
# Copyright (c) 2019 Song Qiang <[email protected]>
6-
#
75
# SPDX-License-Identifier: Apache-2.0
8-
#
96

107
config DMA_STM32
118
bool "Enable STM32 DMA driver"

drivers/entropy/Kconfig.rv32m1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Kconfig.rv32m1 - RV32M1 entropy generator driver configuration
2-
#
1+
# RV32M1 entropy generator driver configuration
2+
33
# Copyright 2019 NXP
4-
#
54
# SPDX-License-Identifier: Apache-2.0
65

76
menuconfig ENTROPY_RV32M1_TRNG

0 commit comments

Comments
 (0)