summaryrefslogtreecommitdiff
path: root/recipes/linux/linux-2.6.31/ben-nanonote/052-rtc.patch
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-18 21:23:49 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-18 21:23:49 +0100
commit29f344abe8d0564b0bbda49d5fc468666a507a07 (patch)
tree3415c4763ac5ce0245c5de636d7fad8cec1ff3e2 /recipes/linux/linux-2.6.31/ben-nanonote/052-rtc.patch
parent74d2b0a5de1a16d3e86e6b2073039de056f537ef (diff)
parentb33cef056cc338b6be590d34321061a4b508063e (diff)
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/linux/linux-2.6.31/ben-nanonote/052-rtc.patch')
-rw-r--r--recipes/linux/linux-2.6.31/ben-nanonote/052-rtc.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes/linux/linux-2.6.31/ben-nanonote/052-rtc.patch b/recipes/linux/linux-2.6.31/ben-nanonote/052-rtc.patch
deleted file mode 100644
index 303501b989..0000000000
--- a/recipes/linux/linux-2.6.31/ben-nanonote/052-rtc.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/drivers/rtc/Kconfig
-+++ b/drivers/rtc/Kconfig
-@@ -460,6 +460,17 @@ config RTC_DRV_EFI
- This driver can also be built as a module. If so, the module
- will be called rtc-efi.
-
-+config RTC_DRV_JZ4740
-+ tristate "Ingenic JZ4720/JZ4740 SoC"
-+ depends on RTC_CLASS
-+ depends on SOC_JZ4740
-+ help
-+ If you say yes here you get support for the
-+ Ingenic JZ4720/JZ4740 SoC RTC controller.
-+
-+ This driver can also be buillt as a module. If so, the module
-+ will be called rtc-jz4740.
-+
- config RTC_DRV_STK17TA8
- tristate "Simtek STK17TA8"
- depends on RTC_CLASS
---- a/drivers/rtc/Makefile
-+++ b/drivers/rtc/Makefile
-@@ -40,6 +40,7 @@ obj-$(CONFIG_RTC_DRV_EFI) += rtc-efi.o
- obj-$(CONFIG_RTC_DRV_EP93XX) += rtc-ep93xx.o
- obj-$(CONFIG_RTC_DRV_FM3130) += rtc-fm3130.o
- obj-$(CONFIG_RTC_DRV_ISL1208) += rtc-isl1208.o
-+obj-$(CONFIG_RTC_DRV_JZ4740) += rtc-jz4740.o
- obj-$(CONFIG_RTC_DRV_M41T80) += rtc-m41t80.o
- obj-$(CONFIG_RTC_DRV_M41T94) += rtc-m41t94.o
- obj-$(CONFIG_RTC_DRV_M48T35) += rtc-m48t35.o