zephyr/drivers/interrupt_controller
Ulf Magnusson 8cf8db3a73 Kconfig: Use a short, consistent style for prompts
Consistently use

    config FOO
            bool/int/hex/string "Prompt text"

instead of

    config FOO
            bool/int/hex/string
            prompt "Prompt text"

(...and a bunch of other variations that e.g. swapped the order of the
type and the 'prompt', or put other properties between them).

The shorthand is fully equivalent to using 'prompt'. It saves lines and
avoids tricking people into thinking there is some semantic difference.

Most of the grunt work was done by a modified version of
https://unix.stackexchange.com/questions/26284/
how-can-i-use-sed-to-replace-a-multi-line-string/26290#26290, but some
of the rarer variations had to be converted manually.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-08-15 04:10:10 -07:00
..
arcv2_irq_unit.c arch: arc: Add the support of secure mode for em 2017-12-13 12:05:33 -05:00
cavs_ictl.c drivers: interrupts: introduce CAVS interrupt logic 2018-05-01 16:46:41 -04:00
cavs_ictl.h drivers: interrupts: introduce CAVS interrupt logic 2018-05-01 16:46:41 -04:00
CMakeLists.txt riscv32: riscv-privilege: integrate common code 2018-06-20 11:57:07 -04:00
dw_ictl.c drivers: interrupts: introduce Designware interrupt controller 2018-05-01 16:46:41 -04:00
dw_ictl.h drivers: interrupts: introduce Designware interrupt controller 2018-05-01 16:46:41 -04:00
exti_stm32.c driver: interrupt_controller: Add support for stm32f2 2018-07-05 11:26:07 -05:00
exti_stm32.h doc: replace UTF-8 chars 2017-10-03 20:03:57 -04:00
i8259.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
ioapic_intr.c ioapic: IOREGSEL register needs to be treated as 32 bits 2018-07-24 09:04:05 -04:00
ioapic_priv.h
Kconfig drivers: interrupt_controller: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.multilevel drivers: interrupt_controller: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.s1000 drivers: interrupt_controller: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.shared_irq Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
Kconfig.stm32 driver: interrupt_controller: Add support for stm32f2 2018-07-05 11:26:07 -05:00
loapic_intr.c jailhouse: add support for x2APIC mode for all LOAPIC accesses 2017-11-07 08:58:49 -05:00
loapic_spurious.S
mvic.c
plic.c riscv32: riscv-privilege: Microsemi Mi-V support 2018-06-20 11:57:07 -04:00
plic.h boards: riscv: Convert HiFive1 to DTS 2018-08-13 18:35:38 -05:00
shared_irq.c irq: move shared irq support under drivers/interrupt_controller 2018-01-23 13:37:01 -06:00
system_apic.c drivers: system_apic: Correctly assert interrupt line number 2018-02-16 22:59:40 -05:00