6918ea2484
Update the 3.10 rasperry patches by rebasing raspberry/rpi-3.10-y against linux-stable/v3.10.49. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 42678
25 lines
789 B
Diff
25 lines
789 B
Diff
From 2d05b923f1fee3d6e7a2d0d2589325af6d2027eb Mon Sep 17 00:00:00 2001
|
|
From: popcornmix <popcornmix@gmail.com>
|
|
Date: Fri, 10 Jan 2014 17:04:34 +0000
|
|
Subject: [PATCH 155/196] config: Remove CONFIG_RTC_HCTOSYS See:
|
|
https://github.com/raspberrypi/linux/issues/163
|
|
|
|
---
|
|
arch/arm/configs/bcmrpi_defconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/arch/arm/configs/bcmrpi_defconfig b/arch/arm/configs/bcmrpi_defconfig
|
|
index c9bcc7e..fb23712 100644
|
|
--- a/arch/arm/configs/bcmrpi_defconfig
|
|
+++ b/arch/arm/configs/bcmrpi_defconfig
|
|
@@ -902,6 +902,7 @@ CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
|
|
CONFIG_LEDS_TRIGGER_TRANSIENT=m
|
|
CONFIG_LEDS_TRIGGER_CAMERA=m
|
|
CONFIG_RTC_CLASS=y
|
|
+# CONFIG_RTC_HCTOSYS is not set
|
|
CONFIG_RTC_DRV_DS1307=m
|
|
CONFIG_RTC_DRV_DS1374=m
|
|
CONFIG_RTC_DRV_DS1672=m
|
|
--
|
|
1.9.1
|
|
|