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:
parent
ff7dfc4fb4
commit
f19ab5efba
6 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue