alex lupu wrote: > BTW, what's a "Generic RTC class"? > Would save me some research time ...
Generic RTC class supports many different RTC chips found on all kinds of hardware, unlike the legacy PC RTC driver. I assume you are using "make menuconfig". Go to Device Drivers and select at least these: [*] Real Time Clock ---> (CONFIG_RTC_CLASS) [*] /sys/class/rtc/rtcN (sysfs) (CONFIG_RTC_INTF_SYSFS) [*] /proc/driver/rtc (procfs for rtcN) (CONFIG_RTC_INTF_PROC) [*] /dev/rtcN (character devices) (CONFIG_RTC_INTF_DEV) [*] PC-style 'CMOS' (CONFIG_RTC_DRV_CMOS) -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
