diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-07-11 14:16:09 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-07-11 14:16:09 +0000 |
commit | 6b814d72afa577509880b868bb8a99a211df6bd5 (patch) | |
tree | af1659e9deac740834a7a6e4ce502a9f570633ae /target | |
parent | 9d0bbe0b09e8754feefb3c07e2989ef73c854b13 (diff) | |
download | upstream-6b814d72afa577509880b868bb8a99a211df6bd5.tar.gz upstream-6b814d72afa577509880b868bb8a99a211df6bd5.tar.bz2 upstream-6b814d72afa577509880b868bb8a99a211df6bd5.zip |
ixp4xx: Add RTC driver for FSG-3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7923 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ixp4xx-2.6/config/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx-2.6/config/default b/target/linux/ixp4xx-2.6/config/default index 06153aa03f..9122c522fd 100644 --- a/target/linux/ixp4xx-2.6/config/default +++ b/target/linux/ixp4xx-2.6/config/default @@ -362,7 +362,7 @@ CONFIG_RTC_CLASS=y # CONFIG_RTC_DRV_DS1553 is not set # CONFIG_RTC_DRV_DS1672 is not set # CONFIG_RTC_DRV_DS1742 is not set -# CONFIG_RTC_DRV_ISL1208 is not set +CONFIG_RTC_DRV_ISL1208=y # CONFIG_RTC_DRV_M48T86 is not set CONFIG_RTC_DRV_PCF8563=y # CONFIG_RTC_DRV_PCF8583 is not set |