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 | afa0c6e3b8531a1b296d716e772eb9c84cbbb0d7 (patch) | |
tree | a883d15bc8bef7fa01f403e0d8badfd34250af51 /target/linux | |
parent | 624338510edc937edb5f43fe41a26f4bc938e533 (diff) | |
download | upstream-afa0c6e3b8531a1b296d716e772eb9c84cbbb0d7.tar.gz upstream-afa0c6e3b8531a1b296d716e772eb9c84cbbb0d7.tar.bz2 upstream-afa0c6e3b8531a1b296d716e772eb9c84cbbb0d7.zip |
[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 |