Date: Wednesday, October 27, 2010 @ 14:42:46 Author: tpowa Revision: 97203
fix rtc error while booting Modified: kernel26/trunk/config kernel26/trunk/config.x86_64 ---------------+ config | 2 +- config.x86_64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Modified: config =================================================================== --- config 2010-10-27 17:11:29 UTC (rev 97202) +++ config 2010-10-27 18:42:46 UTC (rev 97203) @@ -4344,7 +4344,7 @@ # # Platform RTC drivers # -CONFIG_RTC_DRV_CMOS=m +CONFIG_RTC_DRV_CMOS=y CONFIG_RTC_DRV_DS1286=m CONFIG_RTC_DRV_DS1511=m CONFIG_RTC_DRV_DS1553=m Modified: config.x86_64 =================================================================== --- config.x86_64 2010-10-27 17:11:29 UTC (rev 97202) +++ config.x86_64 2010-10-27 18:42:46 UTC (rev 97203) @@ -4125,7 +4125,7 @@ # # Platform RTC drivers # -CONFIG_RTC_DRV_CMOS=m +CONFIG_RTC_DRV_CMOS=y CONFIG_RTC_DRV_DS1286=m CONFIG_RTC_DRV_DS1511=m CONFIG_RTC_DRV_DS1553=m
