zephyr/drivers
Ulf Magnusson bd6e04411e 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>
2019-11-04 17:31:27 -05:00
..
adc kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
audio kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
bluetooth kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
can kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
clock_control kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
console kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
counter kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
crypto kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
display kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
dma kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
entropy kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
espi kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
ethernet kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
flash kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
gpio kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
hwinfo kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
i2c kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
i2s kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
ieee802154 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
interrupt_controller kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
ipm Kconfig: Remove copy-pasted comments on some promptless symbols 2019-10-17 13:05:24 -05:00
kscan kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
led kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
led_strip kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
modem kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
net kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
neural_net kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
pcie kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
pinmux kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
ps2 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
ptp_clock kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
pwm kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
sensor kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
serial kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
spi kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
timer kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
usb kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
video kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
watchdog kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
wifi kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
CMakeLists.txt drivers: video: Add MCUX CSI video driver 2019-10-25 15:13:53 -05:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00