x86/bsp: move PIC (i8259) driver to drivers/interrupt_controller

Change-Id: I383424667f291ad4985781a7e6566c01c76ba5e0
Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
This commit is contained in:
Dirk Brandewie 2015-06-15 06:20:24 -07:00 committed by Anas Nashif
commit 526e132eb1
8 changed files with 211 additions and 11 deletions

View file

@ -33,8 +33,11 @@
menu "Device Drivers"
source "drivers/simple/Kconfig"
source "drivers/interrupt_controller/Kconfig"
source "drivers/bluetooth/Kconfig"
source "drivers/console/Kconfig"