summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Wood <brian.j.wood@intel.com>2015-10-19 14:20:30 -0700
committerBeare, Bruce J <bruce.j.beare@intel.com>2015-10-20 22:22:47 +0100
commit23b35eaa7dfee8da3a1d4ab3c49541944655d922 (patch)
tree027a7044cd8c8a45a31c62349ad8d09c8551f3fe
parent96af7a036dde8dcb8a53c29204173123e8167a89 (diff)
downloadintel-23b35eaa7dfee8da3a1d4ab3c49541944655d922.tar.gz
Enable new kernel defconfig parameters for RTC
This commit enables 2 necessary defconfig parameters to utilize rtc-cmos driver support for Intel MID devices. Change-Id: Ia21840a2aeb6342f6bf63241029143c43fd13cde Signed-off-by: Brian Wood <brian.j.wood@intel.com> Reviewed-on: https://android.intel.com/425803 Reviewed-by: Noziska, Patrick J <patrick.j.noziska@intel.com>
-rw-r--r--arch/x86/configs/i386_brillo_edison_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/configs/i386_brillo_edison_defconfig b/arch/x86/configs/i386_brillo_edison_defconfig
index 9add69cafd8..695aec094c8 100644
--- a/arch/x86/configs/i386_brillo_edison_defconfig
+++ b/arch/x86/configs/i386_brillo_edison_defconfig
@@ -2929,6 +2929,8 @@ CONFIG_RTC_INTF_DEV=y
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=y
+CONFIG_RTC_DRV_CMOS_WAKEUP_FROM_LPSTATES=y
+CONFIG_RTC_DRV_CMOS_DAYOFMONTH_ALARM=y
# CONFIG_RTC_DRV_VRTC is not set
# CONFIG_RTC_DRV_DS1286 is not set
# CONFIG_RTC_DRV_DS1511 is not set