kconfig: Clean up header comments and make them consistent

Use this short header style in all Kconfig files:

    # <description>

    # <copyright>
    # <license>

    ...

Also change all <description>s from

    # Kconfig[.extension] - Foo-related options

to just

    # Foo-related options

It's clear enough that it's about Kconfig.

The <description> cleanup was done with this command, along with some
manual cleanup (big letter at the start, etc.)

    git ls-files '*Kconfig*' | \
        xargs sed -i -E '1 s/#\s*Kconfig[\w.-]*\s*-\s*/# /'

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-11-01 13:45:29 +01:00 committed by Anas Nashif
commit bd6e04411e
1169 changed files with 1785 additions and 4183 deletions

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32 MCU line
#
# ST Microelectronics STM32 MCU line
# Copyright (c) 2016 Open-RnD Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#
config SOC_FAMILY_STM32
bool

View file

@ -1,8 +1,6 @@
# Kconfig - ST Microelectronics STM32 MCU line
#
# ST Microelectronics STM32 MCU line
# Copyright (c) 2016 Open-RnD Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#
source "soc/arm/st_stm32/*/Kconfig.series"

View file

@ -1,9 +1,7 @@
# Kconfig.defconfig.series - ST Microelectronics STM32 all MCU lines
#
# ST Microelectronics STM32 all MCU lines
# Copyright (c) 2017, I-SENSE group of ICCS
#
# SPDX-License-Identifier: Apache-2.0
#
# Here are set all the Kconfig symbols common to the whole STM32 family

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32F0 MCU line
#
# ST Microelectronics STM32F0 MCU line
# Copyright (c) 2017 RnDity Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#
# Kconfig symbols common to STM32F0 series

View file

@ -1,8 +1,5 @@
#
# Copyright (c) 2019 Antony Pavlov <antonynpavlov@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F030X4

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32F030X8 MCU
#
# ST Microelectronics STM32F030X8 MCU
# Copyright (c) 2017 RnDity Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F030X8

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32F051X8 MCU
#
# ST Microelectronics STM32F051X8 MCU
# Copyright (c) 2018 Nathan Tsoi
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F051X8

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32F070XB MCU
#
# ST Microelectronics STM32F070XB MCU
# Copyright (c) 2018 qianfan Zhao
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F070XB

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32F072XB MCU
#
# ST Microelectronics STM32F072XB MCU
# Copyright (c) 2017 BayLibre, SAS
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F072XB

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32F091XC MCU
#
# ST Microelectronics STM32F091XC MCU
# Copyright (c) 2017 b0661n0e17e@gmail.com
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F091XC

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32F0 MCU series
#
# ST Microelectronics STM32F0 MCU series
# Copyright (c) 2017 RnDity Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#
config SOC_SERIES_STM32F0X
bool "STM32F0x Series MCU"

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32F0 MCU line
#
# ST Microelectronics STM32F0 MCU line
# Copyright (c) 2017 RnDity Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#
choice
prompt "STM32F0x MCU Selection"

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32F1 MCU line
#
# ST Microelectronics STM32F1 MCU line
# Copyright (c) 2016 Open-RnD Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#
# Kconfig symbols common to STM32F1 series

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32F103XX MCU
#
# ST Microelectronics STM32F103XX MCU
# Copyright (c) 2017, embedjournal.com
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F103XB || SOC_STM32F103X8

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32F107XC MCU
#
# ST Microelectronics STM32F107XC MCU
# Copyright (c) 2016 RnDity Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F107XC

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32F1 MCU series
#
# ST Microelectronics STM32F1 MCU series
# Copyright (c) 2016 Open-RnD Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#
config SOC_SERIES_STM32F1X
bool "STM32F1x Series MCU"

View file

@ -1,10 +1,8 @@
# Kconfig - ST Microelectronics STM32F1 MCU line
#
# ST Microelectronics STM32F1 MCU line
# Copyright (c) 2016 Open-RnD Sp. z o.o.
# Copyright (c) RnDity Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#
choice
prompt "STM32F1x MCU Selection"

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32F2 MCU line
#
# ST Microelectronics STM32F2 MCU line
# Copyright (c) 2018 qianfan Zhao <qianfanguijin@163.com>
#
# SPDX-License-Identifier: Apache-2.0
#
# Kconfig symbols common to STM32F2 series

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics stm32f207 MCU
#
# ST Microelectronics stm32f207 MCU
# Copyright (c) 2018 qianfan Zhao <qianfanguijin@163.com>
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F207XX

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32F2X MCU series
#
# ST Microelectronics STM32F2X MCU series
# Copyright (c) 2018 qianfan Zhao <qianfanguijin@163.com>
#
# SPDX-License-Identifier: Apache-2.0
#
config SOC_SERIES_STM32F2X
bool "stm32f2x Series MCU"

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics stm32f2 MCU line
#
# ST Microelectronics stm32f2 MCU line
# Copyright (c) 2018 qianfan Zhao <qianfanguijin@163.com>
#
# SPDX-License-Identifier: Apache-2.0
#
choice
prompt "STM32F2X MCU Selection"

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32F3 MCU line
#
# ST Microelectronics STM32F3 MCU line
# Copyright (c) 2016 RnDity Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#
# Kconfig symbols common to STM32F3 series

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32F302X8 MCU
#
# ST Microelectronics STM32F302X8 MCU
# Copyright (c) 2018 Seitz & Associates
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F302X8

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32F303XC MCU
#
# ST Microelectronics STM32F303XC MCU
# Copyright (c) 2016 RnDity Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F303XC

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32F334X8 MCU
#
# ST Microelectronics STM32F334X8 MCU
# Copyright (c) 2016 RnDity Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F334X8

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32F373XC MCU
#
# ST Microelectronics STM32F373XC MCU
# Copyright (c) 2016 RnDity Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F373XC

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32F3 MCU series
#
# ST Microelectronics STM32F3 MCU series
# Copyright (c) 2016 RnDity Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#
config SOC_SERIES_STM32F3X
bool "STM32F3x Series MCU"

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32F3 MCU line
#
# ST Microelectronics STM32F3 MCU line
# Copyright (c) 2016 RnDity Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#
choice
prompt "STM32F3x MCU Selection"

View file

@ -1,9 +1,7 @@
# Kconfig.defconfig.series - ST Microelectronics STM32F4 MCU line
#
# ST Microelectronics STM32F4 MCU line
# Copyright (c) 2016 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
# Kconfig symbols common to STM32F4 series

View file

@ -1,9 +1,7 @@
# Kconfig - ST STM32F401CC MCU configuration options
#
# ST STM32F401CC MCU configuration options
# Copyright (c) 2019 Linumiz
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F401XC

View file

@ -1,9 +1,7 @@
# Kconfig - ST STM32F401RE MCU configuration options
#
# ST STM32F401RE MCU configuration options
# Copyright (c) 2016 Linaro Limited.
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F401XE

View file

@ -1,9 +1,7 @@
# Kconfig - ST STM32F405XX MCU configuration options
#
# ST STM32F405XX MCU configuration options
# Copyright (c) 2016 Linaro Limited.
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F405XG

View file

@ -1,9 +1,7 @@
# Kconfig - ST STM32F407XX MCU configuration options
#
# ST STM32F407XX MCU configuration options
# Copyright (c) 2016 Linaro Limited.
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F407XG

View file

@ -1,9 +1,7 @@
# Kconfig - ST STM32F411CE MCU configuration options
#
# ST STM32F411CE MCU configuration options
# Copyright (c) 2016 Linaro Limited.
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F411XE

View file

@ -1,9 +1,7 @@
# Kconfig - ST STM32F412CG MCU configuration options
#
# ST STM32F412CG MCU configuration options
# Copyright (c) 2018, I-SENSE group of ICCS
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F412CG

View file

@ -1,9 +1,7 @@
# Kconfig - ST STM32F412ZG MCU configuration options
#
# ST STM32F412ZG MCU configuration options
# Copyright (c) 2017 Florian Vaussard, HEIG-VD
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F412ZG

View file

@ -1,9 +1,7 @@
# Kconfig - ST STM32F413XX MCU configuration options
#
# ST STM32F413XX MCU configuration options
# Copyright (c) 2017 Florian Vaussard, HEIG-VD
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F413XX

View file

@ -1,9 +1,7 @@
# Kconfig - ST STM32F415RG MCU configuration options
#
# ST STM32F415RG MCU configuration options
# Copyright (c) 2019, Kwon Tae-young <tykwon@m2i.co.kr>
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F415XX

View file

@ -1,9 +1,7 @@
# Kconfig - ST STM32F417XX MCU configuration options
#
# ST STM32F417XX MCU configuration options
# Copyright (c) 2016 Linaro Limited.
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F417XX

View file

@ -1,9 +1,7 @@
# Kconfig - ST STM32F429XX MCU configuration options
#
# ST STM32F429XX MCU configuration options
# Copyright (c) 2016 Linaro Limited.
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F429XX

View file

@ -1,9 +1,7 @@
# Kconfig - ST STM32F437XX MCU configuration options
#
# ST STM32F437XX MCU configuration options
# Copyright (c) 2019, Markus Fuchs <markus.fuchs@de.sauter-bc.com>
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F437XX

View file

@ -1,9 +1,7 @@
# Kconfig - ST STM32F446XE MCU configuration options
#
# ST STM32F446XE MCU configuration options
# Copyright (c) 2018 Philemon Jaermann.
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F446XX

View file

@ -1,9 +1,7 @@
# Kconfig - ST STM32F469XI MCU configuration options
#
# ST STM32F469XI MCU configuration options
# Copyright (c) 2016 Linaro Limited.
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F469XX

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32F4 MCU series
#
# ST Microelectronics STM32F4 MCU series
# Copyright (c) 2016 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
config SOC_SERIES_STM32F4X
bool "STM32F4x Series MCU"

View file

@ -1,9 +1,7 @@
# Kconfig.soc - ST Microelectronics STM32F4 MCU line
#
# ST Microelectronics STM32F4 MCU line
# Copyright (c) 2016 Linaro Limited.
#
# SPDX-License-Identifier: Apache-2.0
#
choice
prompt "STM32F4x MCU Selection"

View file

@ -1,9 +1,7 @@
# Kconfig.defconfig.series - ST Microelectronics STM32F7 MCU line
#
# ST Microelectronics STM32F7 MCU line
# Copyright (c) 2018 Yurii Hamann
#
# SPDX-License-Identifier: Apache-2.0
#
# Kconfig symbols common to STM32F7 series

View file

@ -1,9 +1,7 @@
# Kconfig - ST STM32F723XE MCU configuration options
#
# ST STM32F723XE MCU configuration options
# Copyright (c) 2018 Aurelien Jarno
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F723XX

View file

@ -1,9 +1,7 @@
# Kconfig - ST STM32F746XG MCU configuration options
#
# ST STM32F746XG MCU configuration options
# Copyright (c) 2018 Yurii Hamann
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F746XX

View file

@ -1,9 +1,7 @@
# Kconfig - ST STM32F756XX MCU configuration options
#
# ST STM32F756XX MCU configuration options
# Copyright (c) 2018 AJ Palmer
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F756XX

View file

@ -1,9 +1,7 @@
# Kconfig - ST STM32F769XI MCU configuration options
#
# ST STM32F769XI MCU configuration options
# Copyright (c) 2018 Yong Jin
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F769XX

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32F7 MCU series
#
# ST Microelectronics STM32F7 MCU series
# Copyright (c) 2018 Yurii Hamann
#
# SPDX-License-Identifier: Apache-2.0
#
config SOC_SERIES_STM32F7X
bool "STM32F7x Series MCU"

View file

@ -1,9 +1,7 @@
# Kconfig.soc - ST Microelectronics STM32F7 MCU line
#
# ST Microelectronics STM32F7 MCU line
# Copyright (c) 2018 Yurii Hamann
#
# SPDX-License-Identifier: Apache-2.0
#
choice
prompt "STM32F7x MCU Selection"

View file

@ -1,10 +1,8 @@
# Kconfig - STMicroelectronics STM32G0 MCU line
#
# STMicroelectronics STM32G0 MCU line
# Copyright (c) 2019 Philippe Retornaz <philippe@shapescale.com>
# Copyright (c) 2019 STMicroelectronics
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_SERIES_STM32G0X

View file

@ -1,10 +1,8 @@
# Kconfig - STMicroelectronics STM32G071RB MCU
#
# STMicroelectronics STM32G071RB MCU
# Copyright (c) 2019 Philippe Retornaz <philippe@shapescale.com>
# Copyright (c) 2019 STMicroelectronics
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32G071XX

View file

@ -1,10 +1,8 @@
# Kconfig - STMicroelectronics STM32G0 MCU series
#
# STMicroelectronics STM32G0 MCU series
# Copyright (c) 2019 Philippe Retornaz <philippe@shapescale.com>
# Copyright (c) 2019 STMicroelectronics
#
# SPDX-License-Identifier: Apache-2.0
#
config SOC_SERIES_STM32G0X
bool "STM32G0x Series MCU"

View file

@ -1,10 +1,8 @@
# Kconfig - STMicroelectronics STM32G0 MCU line
#
# STMicroelectronics STM32G0 MCU line
# Copyright (c) 2019 Philippe Retornaz <philippe@shapescale.com>
# Copyright (c) 2019 STMicroelectronics
#
# SPDX-License-Identifier: Apache-2.0
#
choice
prompt "STM32G0x MCU Selection"

View file

@ -1,9 +1,7 @@
# Kconfig - STMicroelectronics STM32G4 MCU line
#
# STMicroelectronics STM32G4 MCU line
# Copyright (c) 2019 Richard Osterloh <richard.osterloh@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_SERIES_STM32G4X

View file

@ -1,9 +1,7 @@
# Kconfig - STMicroelectronics STM32G431RB MCU
#
# STMicroelectronics STM32G431RB MCU
# Copyright (c) 2019 Richard Osterloh <richard.osterloh@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32G431XX

View file

@ -1,9 +1,7 @@
# Kconfig - STMicroelectronics STM32G4 MCU series
#
# STMicroelectronics STM32G4 MCU series
# Copyright (c) 2019 Richard Osterloh <richard.osterloh@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0
#
config SOC_SERIES_STM32G4X
bool "STM32G4x Series MCU"

View file

@ -1,9 +1,7 @@
# Kconfig - STMicroelectronics STM32G4 MCU line
#
# STMicroelectronics STM32G4 MCU line
# Copyright (c) 2019 Richard Osterloh <richard.osterloh@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0
#
choice
prompt "STM32G4x MCU Selection"

View file

@ -1,9 +1,7 @@
# Kconfig.defconfig.series - ST Microelectronics STM32H7 MCU line
#
# ST Microelectronics STM32H7 MCU line
# Copyright (c) 2019 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
# Kconfig symbols common to STM32H7 series

View file

@ -1,9 +1,7 @@
# Kconfig - ST STM32H747X MCU configuration options
#
# ST STM32H747X MCU configuration options
# Copyright (c) 2019 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32H747XX

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32H7 MCU series
#
# ST Microelectronics STM32H7 MCU series
# Copyright (c) 2019 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
config SOC_SERIES_STM32H7X
bool "STM32H7x Series MCU"

View file

@ -1,9 +1,7 @@
# Kconfig.soc - ST Microelectronics STM32H7 MCU line
#
# ST Microelectronics STM32H7 MCU line
# Copyright (c) 2019 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
choice
prompt "STM32H7x MCU Selection"

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32L0 MCU line
#
# ST Microelectronics STM32L0 MCU line
# Copyright (c) 2018 Endre Karlson <endre.karlson@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0
#
# Kconfig symbols common to STM32L0 series

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32L053X8 MCU
#
# ST Microelectronics STM32L053X8 MCU
# Copyright (c) 2018 Anthony Kreft <anthony.kreft@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32L053XX

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32L072XZ MCU
#
# ST Microelectronics STM32L072XZ MCU
# Copyright (c) 2018 Endre Karlson <endre.karlson@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32L072XX

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32L073XZ MCU
#
# ST Microelectronics STM32L073XZ MCU
# Copyright (c) 2018 Ilya Tagunov <tagunil@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32L073XX

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32L0 MCU series
#
# ST Microelectronics STM32L0 MCU series
# Copyright (c) 2018 Endre Karlson <endre.karlson@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0
#
config SOC_SERIES_STM32L0X
bool "STM32L0x Series MCU"

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32L0 MCU line
#
# ST Microelectronics STM32L0 MCU line
# Copyright (c) 2018 Endre Karlson <endre.karlson@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0
#
choice
prompt "STM32L0x MCU Selection"

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32L1 MCU line
#
# ST Microelectronics STM32L1 MCU line
# Copyright (c) 2019 Linaro Ltd.
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_SERIES_STM32L1X

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32L151X8-A MCU
#
# ST Microelectronics STM32L151X8-A MCU
# Copyright (c) 2019 eTactica ehf
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32L151X8A

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32L151XB MCU
#
# ST Microelectronics STM32L151XB MCU
# Copyright (c) 2019 Linaro Ltd.
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32L151XB

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32L151XB-A MCU
#
# ST Microelectronics STM32L151XB-A MCU
# Copyright (c) 2019 Linaro Ltd.
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32L151XBA

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32L1 MCU series
#
# ST Microelectronics STM32L1 MCU series
# Copyright (c) 2019 Linaro Ltd.
#
# SPDX-License-Identifier: Apache-2.0
#
config SOC_SERIES_STM32L1X
bool "STM32L1x Series MCU"

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32L1 MCU line
#
# ST Microelectronics STM32L1 MCU line
# Copyright (c) 2019 Linaro Ltd.
#
# SPDX-License-Identifier: Apache-2.0
#
choice
prompt "STM32L1x MCU Selection"

View file

@ -1,10 +1,8 @@
# Kconfig - ST Microelectronics STM32L4 MCU line
#
# ST Microelectronics STM32L4 MCU line
# Copyright (c) 2016 Open-RnD Sp. z o.o.
# Copyright (c) 2016 BayLibre, SAS
#
# SPDX-License-Identifier: Apache-2.0
#
# Kconfig symbols common to STM32L4 series

View file

@ -1,10 +1,8 @@
# Kconfig - ST Microelectronics STM32L432XX MCU
#
# ST Microelectronics STM32L432XX MCU
# Copyright (c) 2016 Open-RnD Sp. z o.o.
# Copyright (c) 2016 BayLibre, SAS
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32L432XX

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32L433XX MCU
#
# ST Microelectronics STM32L433XX MCU
# Copyright (c) 2018 David Lamparter
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32L433XX

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32L452XX MCU
#
# ST Microelectronics STM32L452XX MCU
# Copyright (c) 2018 Georgij Cernysiov
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32L452XX

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32L476RG MCU
#
# ST Microelectronics STM32L476RG MCU
# Copyright (c) 2018 Allterco Robotics
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32L471XX

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32L475xG MCU
#
# ST Microelectronics STM32L475xG MCU
# Copyright (c) 2017 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32L475XX

View file

@ -1,10 +1,8 @@
# Kconfig - ST Microelectronics STM32L476RG MCU
#
# ST Microelectronics STM32L476RG MCU
# Copyright (c) 2016 Open-RnD Sp. z o.o.
# Copyright (c) 2016 BayLibre, SAS
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32L476XX

View file

@ -1,11 +1,9 @@
# Kconfig - ST Microelectronics STM32L496xx MCU
#
# ST Microelectronics STM32L496xx MCU
# Copyright (c) 2016 Open-RnD Sp. z o.o.
# Copyright (c) 2016 BayLibre, SAS
# Copyright (c) 2019 Centaur Analytics, Inc
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32L496XX

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32L4R5xx MCU
#
# ST Microelectronics STM32L4R5xx MCU
# Copyright (c) 2018 Pushpal Sidhu
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32L4R5XX

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32L4R9xx MCU
#
# ST Microelectronics STM32L4R9xx MCU
# Copyright (c) 2019 STMicroelectronics
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32L4R9XX

View file

@ -1,10 +1,8 @@
# Kconfig - ST Microelectronics STM32L4 MCU series
#
# ST Microelectronics STM32L4 MCU series
# Copyright (c) 2016 Open-RnD Sp. z o.o.
# Copyright (c) 2016 BayLibre, SAS
#
# SPDX-License-Identifier: Apache-2.0
#
config SOC_SERIES_STM32L4X
bool "STM32L4x Series MCU"

View file

@ -1,12 +1,10 @@
# Kconfig - ST Microelectronics STM32L4 MCU line
#
# ST Microelectronics STM32L4 MCU line
# Copyright (c) 2016 Open-RnD Sp. z o.o.
# Copyright (c) 2016 BayLibre, SAS
# Copyright (c) 2019 Centaur Analytics, Inc
# Copyright (c) 2019 STMicroelectronics
#
# SPDX-License-Identifier: Apache-2.0
#
choice
prompt "STM32L4x MCU Selection"

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32MP1 MCU/MPU line
#
# ST Microelectronics STM32MP1 MCU/MPU line
# Copyright (c) 2019 STMicroelectronics
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_SERIES_STM32MP1X

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32MP157C_M4 MCU
#
# ST Microelectronics STM32MP157C_M4 MCU
# Copyright (c) 2019 STMicroelectronics
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32MP15_M4

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32MP1 MPU series
#
# ST Microelectronics STM32MP1 MPU series
# Copyright (c) 2019 STMicroelectronics
#
# SPDX-License-Identifier: Apache-2.0
#
config SOC_SERIES_STM32MP1X
bool "STM32MP15 Series MPU"

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32MP1 MPU line
#
# ST Microelectronics STM32MP1 MPU line
# Copyright (c) 2019 STMicroelectronics
#
# SPDX-License-Identifier: Apache-2.0
#
choice
prompt "STM32MP1 MPU Selection"

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32WB MCU line
#
# ST Microelectronics STM32WB MCU line
# Copyright (c) 2019 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_SERIES_STM32WBX

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32WB55XX MCU
#
# ST Microelectronics STM32WB55XX MCU
# Copyright (c) 2019 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32WB55XX

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32WB MCU series
#
# ST Microelectronics STM32WB MCU series
# Copyright (c) 2019 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
config SOC_SERIES_STM32WBX
bool "STM32WBx Series MCU"

View file

@ -1,9 +1,7 @@
# Kconfig - ST Microelectronics STM32WB MCU line
#
# ST Microelectronics STM32WB MCU line
# Copyright (c) 2019 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
choice
prompt "STM32WBx MCU Selection"