zephyr/boards/arc/nsim
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
..
doc board: nsim: doc update for debugging section 2019-08-14 16:04:46 -07:00
support board/nsim: Add support of multi-core ARC HS platform in nSIM 2019-08-11 21:18:38 +02:00
CMakeLists.txt
Kconfig.board kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.defconfig
arc_mpu_regions.c boards: nsim: add initial support of normal/non-secure application 2019-08-10 17:45:22 +02:00
board.cmake board/nsim: Add support of multi-core ARC HS platform in nSIM 2019-08-11 21:18:38 +02:00
nsim.dtsi dts: arc: Remove device_type = "memory" from {d,i}ccm nodes 2019-08-06 08:59:22 -04:00
nsim_em.dts dts: Add information about CPU frequency to the cpu nodes 2019-07-17 21:53:36 +02:00
nsim_em.dtsi dts: Add information about CPU frequency to the cpu nodes 2019-07-17 21:53:36 +02:00
nsim_em.yaml
nsim_em_defconfig boards/nsim: Enable unaligned data acess for nSIM with simple ARC EM 2019-07-31 09:25:15 -07:00
nsim_em_mpu_stack_guard.dts board/nsim: Refactor device tree description 2019-06-06 14:20:42 -04:00
nsim_em_mpu_stack_guard.yaml
nsim_em_mpu_stack_guard_defconfig ARC: Mention ARC EM family instead of EM4 template 2019-06-06 14:20:42 -04:00
nsim_hs.dts board/nsim: Add support of ARC HS cores in nSIM 2019-07-31 09:25:15 -07:00
nsim_hs.yaml board/nsim: Add support of ARC HS cores in nSIM 2019-07-31 09:25:15 -07:00
nsim_hs_defconfig board/nsim: Add support of ARC HS cores in nSIM 2019-07-31 09:25:15 -07:00
nsim_hs_smp.dts board/nsim: Add support of multi-core ARC HS platform in nSIM 2019-08-11 21:18:38 +02:00
nsim_hs_smp.yaml board/nsim: Add support of multi-core ARC HS platform in nSIM 2019-08-11 21:18:38 +02:00
nsim_hs_smp_defconfig boards: nsim: disable CONFIG_SMP by default for nsim_hs_smp 2019-08-11 21:18:38 +02:00
nsim_sem.dts boards: nsim: add initial support of normal/non-secure application 2019-08-10 17:45:22 +02:00
nsim_sem.yaml
nsim_sem_defconfig boards: nsim: add initial support of normal/non-secure application 2019-08-10 17:45:22 +02:00
nsim_sem_mpu_stack_guard.dts board/nsim: Refactor device tree description 2019-06-06 14:20:42 -04:00
nsim_sem_mpu_stack_guard.yaml
nsim_sem_mpu_stack_guard_defconfig boards: nsim: add initial support of normal/non-secure application 2019-08-10 17:45:22 +02:00
nsim_sem_normal.dts boards: nsim: add initial support of normal/non-secure application 2019-08-10 17:45:22 +02:00
nsim_sem_normal.yaml boards: nsim: add initial support of normal/non-secure application 2019-08-10 17:45:22 +02:00
nsim_sem_normal_defconfig boards: nsim: add initial support of normal/non-secure application 2019-08-10 17:45:22 +02:00