diff options
author | Rod Whitby <rod@whitby.id.au> | 2009-03-22 12:59:17 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2009-03-22 12:59:17 +0000 |
commit | 951b9385b98c66365714be2e4280170ade5239a5 (patch) | |
tree | 1c7f3883d1b452bdf32e0f02bc9ad2821ceb0320 /target/linux/orion/config-default | |
parent | c2f55eb8964bb2b4982afd4bc1384c9bae8d3b96 (diff) | |
download | upstream-951b9385b98c66365714be2e4280170ade5239a5.tar.gz upstream-951b9385b98c66365714be2e4280170ade5239a5.tar.bz2 upstream-951b9385b98c66365714be2e4280170ade5239a5.zip |
orion: DT2 requires ISL1208 RTC to be enabled
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14964 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/orion/config-default')
-rw-r--r-- | target/linux/orion/config-default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/orion/config-default b/target/linux/orion/config-default index ba6fb2e05b..961e729e08 100644 --- a/target/linux/orion/config-default +++ b/target/linux/orion/config-default @@ -301,7 +301,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_M41T80 is not set # CONFIG_RTC_DRV_M48T59 is not set # CONFIG_RTC_DRV_M48T86 is not set |