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,10 +1,7 @@
# Kconfig - Display drivers
# Display drivers
#
# Copyright (c) 2017 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig DISPLAY
bool "Display Drivers"

View file

@ -1,10 +1,7 @@
# Kconfig - Configuration options for dummy display
# Configuration options for dummy display
#
# Copyright (c) 2018 Jan Van Winkel <jan.van_winkel@dxplore.eu>
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig DUMMY_DISPLAY
bool "Dummy display driver"

View file

@ -1,10 +1,7 @@
# Kconfig - ILI9340 display driver configuration options
# ILI9340 display driver configuration options
#
# Copyright (c) 2017 Jan Van Winkel <jan.van_winkel@dxplore.eu>
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig ILI9340
bool "ILI9340 display driver"

View file

@ -1,8 +1,5 @@
#
# Copyright (c) 2019, NXP
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig DISPLAY_MCUX_ELCDIF
bool "MCUX eLCDIF driver"

View file

@ -1,10 +1,7 @@
# Kconfig - Microbit display driver configuration options
# Microbit display driver configuration options
#
# Copyright (c) 2017 Jan Van Winkel <jan.van_winkel@dxplore.eu>
#
# SPDX-License-Identifier: Apache-2.0
#
config MICROBIT_DISPLAY
bool "BBC micro:bit 5x5 LED Display support"

View file

@ -1,10 +1,7 @@
# Kconfig - SDL based emulated display configuration options
# SDL based emulated display configuration options
#
# Copyright (c) 2018 Jan Van Winkel <jan.van_winkel@dxplore.eu>
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig SDL_DISPLAY
bool "SDL based emulated display"

View file

@ -1,10 +1,7 @@
# Kconfig - SSD1306 display controller configuration options
# SSD1306 display controller configuration options
#
# Copyright (c) 2018 Phytec Messtechnik GmbH
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig SSD1306
bool "SSD1306 display driver"

View file

@ -1,10 +1,7 @@
# Kconfig - SSD16XX display controller configuration options
# SSD16XX display controller configuration options
#
# Copyright (c) 2018 Phytec Messtechnik GmbH
#
# SPDX-License-Identifier: Apache-2.0
#
config SSD16XX
bool "SSD16XX compatible display controller driver"

View file

@ -1,10 +1,7 @@
# Kconfig - ST7789V display driver configuration options
# ST7789V display driver configuration options
#
# Copyright (c) 2019 Marc Reilly <marc@cpdesign.com.au>
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig ST7789V
bool "ST7789V display driver"