zephyr/soc/xtensa/intel_s1000
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
..
include xtensa: intel_s1000: turn on XTENSA_ASM2 2018-10-19 17:52:45 -04:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
dts_fixup.h irq: intel_s1000: Fixup IRQ values for multi-level IRQ handling 2019-09-10 07:34:57 -05:00
iomux.h soc: intel_s1000: add I/O mux definitions 2018-11-29 14:23:24 -08:00
Kconfig.defconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.soc kconfig: Remove blank lines at the beginning/end of files 2019-03-13 07:29:42 -05:00
linker.ld linker: move where we define _LINKER and _ASMLANGUAGE 2019-11-03 12:55:16 +01:00
memory.h soc: intel_s1000: define lpsram memory for linker 2019-06-11 16:36:30 -04:00
soc.c intel_s1000: implement z_soc_irq_is_enabled() 2019-09-07 10:20:51 -04:00
soc.h intel_s1000: implement z_soc_irq_is_enabled() 2019-09-07 10:20:51 -04:00