rtc: add DesignWare RTC driver

Adding DW real time clock support. This driver is used by the Quark SE
and Quark D2000 SoCs.

Change-Id: Iba8ddee1b1b5fee298db95b63418e152774662a4
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-11-21 20:58:15 -05:00
commit 9d6deb4e8c
8 changed files with 392 additions and 0 deletions

View file

@ -53,4 +53,6 @@ source "drivers/pinmux/Kconfig"
source "drivers/adc/Kconfig"
source "drivers/rtc/Kconfig"
endmenu