From 3b397b7f74ae31f69ddad1fa30c2f137a057dfe3 Mon Sep 17 00:00:00 2001
From: Imre Kaloz <kaloz@openwrt.org>
Date: Thu, 14 May 2009 09:28:34 +0000
Subject: [PATCH] RTCs shouldn't be modules, ever..

SVN-Revision: 15837
---
 package/kernel/modules/other.mk           | 37 -----------------------
 target/linux/cavium-octeon/config-default |  2 ++
 2 files changed, 2 insertions(+), 37 deletions(-)

diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index ac2824ed89..392a88ed0f 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -879,40 +879,3 @@ define KernelPackage/rfkill/description
 endef
 
 $(eval $(call KernelPackage,rfkill))
-
-
-define KernelPackage/rtc-core
-  SUBMENU:=$(OTHER_MENU)
-  TITLE:=Kernel support for RTC devices
-  DEPENDS:=@LINUX_2_6
-  KCONFIG:= \
-	CONFIG_RTC_CLASS \
-	CONFIG_RTC_LIB \
-	CONFIG_RTC_HCTOSYS=y \
-	CONFIG_RTC_HCTOSYS_DEVICE=rtc0
-  FILES:= \
-	$(LINUX_DIR)/drivers/rtc/rtc-core.$(LINUX_KMOD_SUFFIX) \
-	$(LINUX_DIR)/drivers/rtc/rtc-lib.$(LINUX_KMOD_SUFFIX)
-  AUTOLOAD:=$(call AutoLoad,30,rtc-lib rtc-core)
-endef
-
-define KernelPackage/rtc-core/description
- Kernel module for the RTC devices.
-endef
-
-$(eval $(call KernelPackage,rtc-core))
-
-define KernelPackage/rtc-m48t86
-  SUBMENU:=$(OTHER_MENU)
-  TITLE:=RTC M48T86 / Dallas DS12887
-  DEPENDS:=+kmod-rtc-core
-  KCONFIG:=CONFIG_RTC_DRV_M48T86
-  FILES:=$(LINUX_DIR)/drivers/rtc/rtc-m48t86.$(LINUX_KMOD_SUFFIX)
-  AUTOLOAD:=$(call AutoLoad,31,rtc-m48t86)
-endef
-
-define KernelPackage/rtc-m48t86/description
-  Kernel support for the RTC device M48T86 / Dallas DS12887
-endef
-
-$(eval $(call KernelPackage,rtc-m48t86))
diff --git a/target/linux/cavium-octeon/config-default b/target/linux/cavium-octeon/config-default
index 4c9ef4bb62..560ec7361b 100644
--- a/target/linux/cavium-octeon/config-default
+++ b/target/linux/cavium-octeon/config-default
@@ -322,6 +322,8 @@ CONFIG_PROC_PAGE_MONITOR=y
 # CONFIG_PROVE_LOCKING is not set
 # CONFIG_RCU_TORTURE_TEST is not set
 CONFIG_RELAY=y
+CONFIG_RTC_CLASS=y
+CONFIG_RTC_DRV_M48T86=y
 # CONFIG_RTL8187SE is not set
 # CONFIG_RT_GROUP_SCHED is not set
 # CONFIG_RT_MUTEX_TESTER is not set
-- 
2.30.2