x86/bsp: move io apic driver to drivers/interrupt_controller

Change-Id: I00f400e0405f526dd17cf22c703fab4a4968fce0
Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
This commit is contained in:
Dirk Brandewie 2015-06-05 10:48:18 -07:00 committed by Anas Nashif
commit 09d2770377
8 changed files with 11 additions and 53 deletions

View file

@ -33,17 +33,16 @@
menu "Device Drivers"
source "drivers/simple/Kconfig"
source "drivers/interrupt_controller/Kconfig"
source "drivers/bluetooth/Kconfig"
source "drivers/console/Kconfig"
source "drivers/serial/Kconfig"
source "drivers/interrupt_controller/Kconfig"
source "drivers/timer/Kconfig"
source "drivers/random/Kconfig"