gpio: Add driver for Synopsys DesignWare GPIO devices

[DL: captilize commit message title; fixed some whitespaces;
     changed the __initconfig_gpio_* from level 0 to level 1,
     which is the level of pure_init; and added include path
     to board.h; ]

Change-Id: I7eea6a6ca9e4b7cf8d1ccabb57f07f786da93ef0
Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Dirk Brandewie 2015-07-21 08:12:17 -07:00 committed by Anas Nashif
commit 77a78f0827
7 changed files with 464 additions and 0 deletions

View file

@ -41,6 +41,8 @@ source "drivers/console/Kconfig"
source "drivers/serial/Kconfig"
source "drivers/gpio/Kconfig"
source "drivers/interrupt_controller/Kconfig"
source "drivers/timer/Kconfig"