diff options
author | Kevin | 2014-11-15 10:00:36 +0800 |
---|---|---|
committer | Kevin | 2014-11-15 10:00:36 +0800 |
commit | 9d40ac5867b9aefe0722bc1f110b965ff294d30d (patch) | |
tree | de942df665fac4bac0d9cb7ae86910fe937b0c1a /ANDROID_3.4.5/drivers/rtc/Kconfig | |
parent | 392e8802486cb573b916e746010e141a75f507e6 (diff) | |
download | FOSSEE-netbook-kernel-source-9d40ac5867b9aefe0722bc1f110b965ff294d30d.tar.gz FOSSEE-netbook-kernel-source-9d40ac5867b9aefe0722bc1f110b965ff294d30d.tar.bz2 FOSSEE-netbook-kernel-source-9d40ac5867b9aefe0722bc1f110b965ff294d30d.zip |
add via modify part source code for wm8880 4.4 kitkat
Diffstat (limited to 'ANDROID_3.4.5/drivers/rtc/Kconfig')
-rw-r--r-- | ANDROID_3.4.5/drivers/rtc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/drivers/rtc/Kconfig b/ANDROID_3.4.5/drivers/rtc/Kconfig index 8c8377d5..0d0d825a 100644 --- a/ANDROID_3.4.5/drivers/rtc/Kconfig +++ b/ANDROID_3.4.5/drivers/rtc/Kconfig @@ -728,6 +728,15 @@ config RTC_DRV_NUC900 comment "on-CPU RTC drivers" +config RTC_WMT + tristate "WonderMedia Real Time Clock Support" + depends on ARCH_WMT + ---help--- + Say Y here if you want to enable Real Time Clock + + To compile this driver as a module, choose M here: the + module will be called WMT SOC + config RTC_DRV_DAVINCI tristate "TI DaVinci RTC" depends on ARCH_DAVINCI_DM365 |