diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-14 15:00:07 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-14 15:00:07 +0000 |
commit | f3dcfb69942fec5882e1fcf7aff6d9b9ec367367 (patch) | |
tree | 10f46f2d47563d9de4a55c12042a7b00e7ddbd93 /target/linux/rdc | |
parent | b3a1c5bc3daa42d74fe4a5ad950204b267942706 (diff) | |
download | upstream-f3dcfb69942fec5882e1fcf7aff6d9b9ec367367.tar.gz upstream-f3dcfb69942fec5882e1fcf7aff6d9b9ec367367.tar.bz2 upstream-f3dcfb69942fec5882e1fcf7aff6d9b9ec367367.zip |
enable the rtc m48t86 on r8610 eval board
SVN-Revision: 15847
Diffstat (limited to 'target/linux/rdc')
-rw-r--r-- | target/linux/rdc/config/profile-r8610 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/rdc/config/profile-r8610 b/target/linux/rdc/config/profile-r8610 index da72f9e6f0..ba98397f63 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 |