Skip to content
Snippets Groups Projects
Commit dec54a34 authored by Chai, Chong Yi's avatar Chai, Chong Yi Committed by Bruce Ashfield
Browse files

bsp: valleyisland: add kernel config support for rtc


This patch enables the kernel config of rtc for valleyisland.

Signed-off-by: default avatarChai, Chong Yi <chong.yi.chai@intel.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@windriver.com>
parent 596ab755
No related branches found
No related tags found
No related merge requests found
...@@ -59,3 +59,13 @@ CONFIG_USB_GADGET=y ...@@ -59,3 +59,13 @@ CONFIG_USB_GADGET=y
CONFIG_USB_LIBCOMPOSITE=m CONFIG_USB_LIBCOMPOSITE=m
CONFIG_USB_MASS_STORAGE=m CONFIG_USB_MASS_STORAGE=m
CONFIG_NOP_USB_XCEIV=y CONFIG_NOP_USB_XCEIV=y
# RTC Support
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_SYSTOHC=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
CONFIG_RTC_DRV_CMOS=y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment