zephyr/drivers/interrupt_controller
Ulf Magnusson 13cb4cbb5f drivers: interrupt_controller: Remove redundant 'default n' properties
Bool symbols implicitly default to 'n'.

A 'default n' can make sense e.g. in a Kconfig.defconfig file, if you
want to override a 'default y' on the base definition of the symbol. It
isn't used like that on any of these symbols though, and is
inconsistent.

This will make the auto-generated Kconfig documentation have "No
defaults. Implicitly defaults to n." as well, which is clearer than
'default n if ...'

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-07-03 17:11:31 -04:00
..
arcv2_irq_unit.c
cavs_ictl.c
cavs_ictl.h
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 drivers: interrupt_controller: stm32: STM32F7 EXTI support 2018-06-28 08:29:32 -05:00
exti_stm32.h
i8259.c
ioapic_intr.c
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 drivers: interrupt_controller: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.stm32 drivers: interrupt_controller: stm32: STM32F7 EXTI support 2018-06-28 08:29:32 -05:00
loapic_intr.c
loapic_spurious.S
mvic.c
plic.c riscv32: riscv-privilege: Microsemi Mi-V support 2018-06-20 11:57:07 -04:00
plic.h riscv32: riscv-privilege: Microsemi Mi-V support 2018-06-20 11:57:07 -04:00
shared_irq.c
system_apic.c