From a3ccdf629124fb9648f9f66e6c0ea450dbb96d87 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 14 May 2009 15:00:07 +0000 Subject: [PATCH] [rdc] enable the rtc m48t86 on r8610 eval board git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15847 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/rdc/config/profile-r8610 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/rdc/config/profile-r8610 b/target/linux/rdc/config/profile-r8610 index da72f9e6f..ba98397f6 100644 --- a/target/linux/rdc/config/profile-r8610 +++ b/target/linux/rdc/config/profile-r8610 @@ -4,3 +4,5 @@ CONFIG_MTD_RDC3210_BUSWIDTH=2 # CONFIG_MTD_RDC3210_FACTORY_PRESENT is not set CONFIG_MTD_RDC3210_SIZE=0x400000 # CONFIG_MTD_RDC3210_STATIC_MAP is not set +CONFIG_RTC_CLASS=y +CONFIG_RTC_DRV_M48T86=y -- 2.35.1