irq: move shared irq support under drivers/interrupt_controller

The shared irq support doesn't really require its own dir, lets merge it
into drivers/interrupt_controller.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2018-01-16 11:47:55 -06:00 committed by Kumar Gala
commit f19ab5efba
6 changed files with 2 additions and 3 deletions

View file

@ -33,7 +33,7 @@ source "drivers/pci/Kconfig"
source "drivers/gpio/Kconfig"
source "drivers/shared_irq/Kconfig"
source "drivers/interrupt_controller/Kconfig.shared_irq"
source "drivers/spi/Kconfig"