diff options
| author | Evan Wilson <evan@oliodevices.com> | 2015-08-08 13:04:20 -0700 |
|---|---|---|
| committer | Evan Wilson <evan@oliodevices.com> | 2015-08-08 13:04:20 -0700 |
| commit | a98de0fc91c3eadbc5485a90cae619b869974ccf (patch) | |
| tree | b02ff339400c59e827f140816efe9a18da9971ed | |
| parent | e0e260a1b80c573474b2d8b750c63969b1a20ec1 (diff) | |
| download | olio-linux-3.10-a98de0fc91c3eadbc5485a90cae619b869974ccf.tar.xz olio-linux-3.10-a98de0fc91c3eadbc5485a90cae619b869974ccf.zip | |
The RTC will now set the system time on boot
Change-Id: Ic06d2c906cbad7a658f088d62d19b090494f4f1f
| -rw-r--r-- | arch/arm/configs/omap3_h1_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/omap3_h1_defconfig b/arch/arm/configs/omap3_h1_defconfig index b107860b808..a533aa7ed63 100644 --- a/arch/arm/configs/omap3_h1_defconfig +++ b/arch/arm/configs/omap3_h1_defconfig @@ -2127,7 +2127,7 @@ CONFIG_LEDS_LM3530=y # CONFIG_EDAC is not set CONFIG_RTC_LIB=y CONFIG_RTC_CLASS=y -# CONFIG_RTC_HCTOSYS is not set +CONFIG_RTC_HCTOSYS=y CONFIG_RTC_SYSTOHC=y CONFIG_RTC_HCTOSYS_DEVICE="rtc0" # CONFIG_RTC_DEBUG is not set |