zephyr/drivers/interrupt_controller
Rajavardhan Gundi ddba3d667d kconfig: Define the IRQ priorities for CAVS & DW ICTL
CAVS_ICTL_0_IRQ_PRI to CAVS_ICTL_3_IRQ_PRI and DW_ICTL_IRQ_PRI
are now defined in Kconfig. This addresses the issue #7811.

This was not throwing up any compilation error earlier as the IRQ
priorities are all hardwired in Xtensa and hence are unconfigurable.
They are dummy for Xtensa arch but may be applicable if used in some
other arch.

Signed-off-by: Rajavardhan Gundi <rajavardhan.gundi@intel.com>
2018-05-29 15:46:41 -04: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 drivers: interrupts: introduce Designware interrupt controller 2018-05-01 16:46:41 -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 stm32l0x 2018-03-10 11:42:25 -06: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 linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
ioapic_priv.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig kconfig: Define the IRQ priorities for CAVS & DW ICTL 2018-05-29 15:46:41 -04:00
Kconfig.multilevel drivers/interrupt_controller: Introduce multi-level interrupt support 2018-02-06 22:39:05 -05:00
Kconfig.s1000 kconfig: Define the IRQ priorities for CAVS & DW ICTL 2018-05-29 15:46:41 -04:00
Kconfig.shared_irq irq: move shared irq support under drivers/interrupt_controller 2018-01-23 13:37:01 -06:00
Kconfig.stm32 driver: interrupt_controller: Add support for stm32l0x 2018-03-10 11:42:25 -06: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 spell: fix doxygen comment typos: /drivers 2017-04-19 10:45:34 -07:00
mvic.c drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
plic_fe310.c drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -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