diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-14 15:00:07 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-14 15:00:07 +0000 |
commit | a3ccdf629124fb9648f9f66e6c0ea450dbb96d87 (patch) | |
tree | a883d15bc8bef7fa01f403e0d8badfd34250af51 /target/linux | |
parent | b0696a9c2bfdaa7f703f46958f759e9b2d3c2510 (diff) |
[rdc] enable the rtc m48t86 on r8610 eval board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15847 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |